mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4162 for ures_openDirect use ICUResourceBundle.createBundle
X-SVN-Rev: 16664
This commit is contained in:
parent
ba8ef8ac0d
commit
be1919a36a
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ public final class UScript {
|
|||
// return null;
|
||||
//}
|
||||
//non existent locale check
|
||||
if(rb.getLoadingStatus()==ICUResourceBundle.FROM_DEFAULT && !locale.equals(ULocale.getDefault())){
|
||||
if(rb.getLoadingStatus()==ICUResourceBundle.FROM_DEFAULT && ! locale.equals(ULocale.getDefault())){
|
||||
return null;
|
||||
}
|
||||
ICUResourceBundle sub = rb.get("LocaleScript");
|
||||
|
|
Loading…
Add table
Reference in a new issue