Home
last modified time | relevance | path

Searched defs:uloc (Results 1 – 25 of 55) sorted by relevance

123

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java717 private static DateFormatSymbols getCannedDateFormatSymbols(ULocale uloc) in getCannedDateFormatSymbols()
728 private static SimpleDateFormat getCannedSimpleDateFormat(String pattern, ULocale uloc) in getCannedSimpleDateFormat()
999 private static DecimalFormatSymbols getCannedDecimalFormatSymbols(ULocale uloc) in getCannedDecimalFormatSymbols()
1008 private static DecimalFormat getCannedDecimalFormat(String pattern, ULocale uloc) in getCannedDecimalFormat()
1078 ULocale uloc = ULocale.forLocale(Locale.US); in getTestObjects() local
1134 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1704 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1923 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
2032 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
2196 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DFormatHandler.java719 private static DateFormatSymbols getCannedDateFormatSymbols(ULocale uloc) in getCannedDateFormatSymbols()
730 private static SimpleDateFormat getCannedSimpleDateFormat(String pattern, ULocale uloc) in getCannedSimpleDateFormat()
1001 private static DecimalFormatSymbols getCannedDecimalFormatSymbols(ULocale uloc) in getCannedDecimalFormatSymbols()
1010 private static DecimalFormat getCannedDecimalFormat(String pattern, ULocale uloc) in getCannedDecimalFormat()
1080 ULocale uloc = ULocale.forLocale(Locale.US); in getTestObjects() local
1136 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1706 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1910 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
2019 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
2183 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java181 ULocale uloc = new ULocale("en_Latn_US"); in TestSetULocaleKeywords() local
711 ULocale uloc; in TestPrefixes() local
832 ULocale uloc = new ULocale(locale); in TestObsoleteNames() local
1545 ULocale uloc = ULocale.createCanonical("hy-arevela"); in TestBug20407iVariantPreferredValue() local
4145 ULocale uloc = ULocale.forLanguageTag("de-DE-1901-1901"); in TestForLanguageTagBug20148() local
4168 ULocale uloc = ULocale.forLocale(loc); in TestForLanguageTagBug13776() local
4177 ULocale uloc = ULocale.forLanguageTag("en-0-abc-a-xyz"); in TestDigitSingletonExtensionBug20320() local
4518 ULocale uloc = ULocale.forLocale((Locale) DATA[i][0]); in TestForLocale() local
4528 ULocale uloc = ULocale.forLocale((Locale) DATA7[i][0]); in TestForLocale() local
4548 ULocale uloc = ULocale.forLocale(loc); in TestForLocale() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DULocaleTest.java182 ULocale uloc = new ULocale("en_Latn_US"); in TestSetULocaleKeywords() local
712 ULocale uloc; in TestPrefixes() local
833 ULocale uloc = new ULocale(locale); in TestObsoleteNames() local
1541 ULocale uloc = ULocale.createCanonical("hy-arevela"); in TestBug20407iVariantPreferredValue() local
4082 ULocale uloc = ULocale.forLanguageTag("de-DE-1901-1901"); in TestForLanguageTagBug20148() local
4105 ULocale uloc = ULocale.forLocale(loc); in TestForLanguageTagBug13776() local
4114 ULocale uloc = ULocale.forLanguageTag("en-0-abc-a-xyz"); in TestDigitSingletonExtensionBug20320() local
4449 ULocale uloc = ULocale.forLocale((Locale) DATA[i][0]); in TestForLocale() local
4459 ULocale uloc = ULocale.forLocale((Locale) DATA7[i][0]); in TestForLocale() local
4479 ULocale uloc = ULocale.forLocale(loc); in TestForLocale() local
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyPluralInfo.java277 private void initialize(ULocale uloc) { in initialize()
283 private void setupCurrencyPluralPattern(ULocale uloc) { in setupCurrencyPluralPattern()
DNumberFormatServiceShim.java104 ULocale uloc = actualLoc[0]; in createInstance() local
DBreakIteratorFactory.java162 ULocale uloc = ULocale.forLocale(rb.getLocale()); in createBreakInstance() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCurrencyPluralInfo.java259 private void initialize(ULocale uloc) { in initialize()
265 private void setupCurrencyPluralPattern(ULocale uloc) { in setupCurrencyPluralPattern()
DNumberFormatServiceShim.java105 ULocale uloc = actualLoc[0]; in createInstance() local
DBreakIteratorFactory.java163 ULocale uloc = ULocale.forLocale(rb.getLocale()); in createBreakInstance() local
DCollatorServiceShim.java142 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { in CService()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java189 ULocale uloc = ULocale.getDefault(); in getBundleInstance() local
209 ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale); in getBundleInstance() local
252 ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale); in getBundleInstance() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DUResourceBundle.java184 ULocale uloc = ULocale.getDefault(); in getBundleInstance() local
203 ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale); in getBundleInstance() local
244 ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale); in getBundleInstance() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DListFormatterTest.java277 ULocale uloc = new ULocale((String) cas[0]); in TestCreateStyled() local
344 ULocale uloc = new ULocale(locale); in TestContextual() local
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTestUtil.java35 ULocale uloc = ULocale.forLocale(locale); in toICUExtendedLocale() local
DCollatorTest.java143 ULocale uloc = new ULocale("de_DE_" + TestUtil.ICU_VARIANT + "@collation=phonebook"); in TestCollationKeyword() local
DNumberFormatTest.java301 ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@numbers=arab;currency=EUR"); in TestKeywords() local
DDateFormatTest.java208 ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@calendar=buddhist"); in TestCalendarKeyword() local
DDateFormatSymbolsTest.java195 ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@calendar=japanese"); in TestCalendarKeyword() local
DDecimalFormatSymbolsTest.java170 ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@numbers=Arab;currency=EUR"); in TestKeywords() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DListFormatterTest.java352 ULocale uloc = new ULocale((String) cas[0]); in TestCreateStyled() local
419 ULocale uloc = new ULocale(locale); in TestContextual() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollatorServiceShim.java141 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { in CService()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DBreakIteratorTest.java239 ULocale uloc = null; in TestNullLocale() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DBreakIteratorTest.java242 ULocale uloc = null; in TestNullLocale() local
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
DICULocaleServiceProvider.java185 private static void addULocale(ULocale uloc, Set<Locale> locales) { in addULocale()

123