Home
last modified time | relevance | path

Searched refs:getULocale (Results 1 – 25 of 69) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java49 this.currency1 = currency.getSymbol(dfs.getULocale()); in CombinedCurrencyMatcher()
60 longNameTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.LONG_NAME); in CombinedCurrencyMatcher()
61 symbolTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.SYMBOL_NAME); in CombinedCurrencyMatcher()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DCombinedCurrencyMatcher.java51 this.currency1 = currency.getSymbol(dfs.getULocale()); in CombinedCurrencyMatcher()
62 longNameTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.LONG_NAME); in CombinedCurrencyMatcher()
63 symbolTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.SYMBOL_NAME); in CombinedCurrencyMatcher()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java103 if(bundle instanceof UResourceBundle && bundle.getULocale().getName().equals("en_US")){ in TestResourceBundleWrapper()
153 bundle.getULocale().getBaseName()); in TestOpen()
170 bundle.getULocale().getBaseName()); in TestOpen()
181 if(!bundle.getULocale().equals(ULocale.getDefault())){ in TestOpen()
183 ", Bundle locale: " + bundle.getULocale()); in TestOpen()
891 public ULocale getULocale() {return ULocale.ROOT;} in TestCoverage() method in ICUResourceBundleTest.Stub
949 if(!defaultBundle.getULocale().equals(defaultLocale)){ in TestJavaULocaleBundleLoading()
956 if(!root.getULocale().toString().equals("")){ in TestJavaULocaleBundleLoading()
DLocaleAliasTest.java217 ULocale l1 = urb1.getULocale(); in TestUResourceBundle()
218 ULocale l2 = urb2.getULocale(); in TestUResourceBundle()
DCurrencyTest.java336 assertEquals("en-US bundle", "en", cdn.getULocale().toString()); in TestCurrencyDisplayNames()
339 assertEquals("bundle from current locale", "en", cdn.getULocale().toString()); in TestCurrencyDisplayNames()
363 ln = " (" + cdn.getULocale().toString() + ")"; in TestCurrencyDisplayNames()
437 if (info_fallback.getULocale() != ULocale.ROOT) { in TestCurrencyData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUResourceBundleTest.java106 if(bundle instanceof UResourceBundle && bundle.getULocale().getName().equals("en_US")){ in TestResourceBundleWrapper()
156 bundle.getULocale().getBaseName()); in TestOpen()
173 bundle.getULocale().getBaseName()); in TestOpen()
184 if(!bundle.getULocale().equals(ULocale.getDefault())){ in TestOpen()
186 ", Bundle locale: " + bundle.getULocale()); in TestOpen()
894 public ULocale getULocale() {return ULocale.ROOT;} in TestCoverage() method in ICUResourceBundleTest.Stub
952 if(!defaultBundle.getULocale().equals(defaultLocale)){ in TestJavaULocaleBundleLoading()
959 if(!root.getULocale().toString().equals("")){ in TestJavaULocaleBundleLoading()
DLocaleAliasTest.java220 ULocale l1 = urb1.getULocale(); in TestUResourceBundle()
221 ULocale l2 = urb2.getULocale(); in TestUResourceBundle()
DCurrencyTest.java339 assertEquals("en-US bundle", "en", cdn.getULocale().toString()); in TestCurrencyDisplayNames()
342 assertEquals("bundle from current locale", "en", cdn.getULocale().toString()); in TestCurrencyDisplayNames()
366 ln = " (" + cdn.getULocale().toString() + ")"; in TestCurrencyDisplayNames()
440 if (info_fallback.getULocale() != ULocale.ROOT) { in TestCurrencyData()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMutablePatternModifier.java421 return currency.getName(symbols.getULocale(), selector, null); in getSymbol()
431 … .getName(symbols.getULocale(), Currency.PLURAL_LONG_NAME, plural.getKeyword(), null); in getSymbol()
435 return currency.getName(symbols.getULocale(), Currency.NARROW_SYMBOL_NAME, null); in getSymbol()
DCustomSymbolCurrency.java28 String currency1 = currency.getName(symbols.getULocale(), Currency.SYMBOL_NAME, null); in resolve()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMutablePatternModifier.java426 return currency.getName(symbols.getULocale(), selector, null); in getSymbol()
436 … .getName(symbols.getULocale(), Currency.PLURAL_LONG_NAME, plural.getKeyword(), null); in getSymbol()
440 return currency.getName(symbols.getULocale(), Currency.NARROW_SYMBOL_NAME, null); in getSymbol()
DCustomSymbolCurrency.java32 String currency1 = currency.getName(symbols.getULocale(), Currency.SYMBOL_NAME, null); in resolve()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundle.java158 defLoc = r.getULocale(); in getFunctionalEquivalent()
176 fullBase = irb.getULocale(); in getFunctionalEquivalent()
182 defLoc = r.getULocale(); in getFunctionalEquivalent()
209 fullBase = r.getULocale(); in getFunctionalEquivalent()
213 if(!fullBase.getBaseName().equals(urb.getULocale().getBaseName())) { in getFunctionalEquivalent()
221 defLoc = r.getULocale(); in getFunctionalEquivalent()
597 return getULocale().toLocale(); in getLocale()
1392 public ULocale getULocale() {
DICUResourceTableAccess.java83 if (fallbackLocale.equals(table.getULocale().getName())) { in getTableString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java154 defLoc = r.getULocale(); in getFunctionalEquivalent()
172 fullBase = irb.getULocale(); in getFunctionalEquivalent()
178 defLoc = r.getULocale(); in getFunctionalEquivalent()
205 fullBase = r.getULocale(); in getFunctionalEquivalent()
209 if(!fullBase.getBaseName().equals(urb.getULocale().getBaseName())) { in getFunctionalEquivalent()
217 defLoc = r.getULocale(); in getFunctionalEquivalent()
593 return getULocale().toLocale(); in getLocale()
1385 public ULocale getULocale() {
DICUResourceTableAccess.java81 if (fallbackLocale.equals(table.getULocale().getName())) { in getTableString()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationLoader.java118 ULocale validLocale = bundle.getULocale(); in loadTailoring()
187 ULocale actualLocale = data.getULocale(); in loadTailoring()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationLoader.java120 ULocale validLocale = bundle.getULocale(); in loadTailoring()
189 ULocale actualLocale = data.getULocale(); in loadTailoring()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyDisplayNames.java110 public abstract ULocale getULocale(); in getULocale() method in CurrencyDisplayNames
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCurrencyDisplayNames.java106 public abstract ULocale getULocale(); in getULocale() method in CurrencyDisplayNames
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java290 public abstract ULocale getULocale(); in getULocale() method in UResourceBundle
321 return getULocale().toLocale(); in getLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DUResourceBundle.java280 public abstract ULocale getULocale(); in getULocale() method in UResourceBundle
307 return getULocale().toLocale(); in getLocale()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java59 if(!en.getULocale().equals(ULocale.ENGLISH)) { in TestSymbols()
66 if(!en.getULocale().equals(ULocale.ENGLISH)) { in TestSymbols()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java56 if(!en.getULocale().equals(ULocale.ENGLISH)) { in TestSymbols()
63 if(!en.getULocale().equals(ULocale.ENGLISH)) { in TestSymbols()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DICUResourceBundleCollationTest.java103 if(!bundle.getULocale().getName().equals("de")){ in TestGetWithFallback()

123