Home
last modified time | relevance | path

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

123

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java715 private static DateFormatSymbols getCannedDateFormatSymbols(ULocale uloc) in getCannedDateFormatSymbols()
726 private static SimpleDateFormat getCannedSimpleDateFormat(String pattern, ULocale uloc) in getCannedSimpleDateFormat()
997 private static DecimalFormatSymbols getCannedDecimalFormatSymbols(ULocale uloc) in getCannedDecimalFormatSymbols()
1006 private static DecimalFormat getCannedDecimalFormat(String pattern, ULocale uloc) in getCannedDecimalFormat()
1076 ULocale uloc = ULocale.forLocale(Locale.US); in getTestObjects() local
1123 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1693 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1827 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1934 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
2098 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java714 private static DateFormatSymbols getCannedDateFormatSymbols(ULocale uloc) in getCannedDateFormatSymbols()
725 private static SimpleDateFormat getCannedSimpleDateFormat(String pattern, ULocale uloc) in getCannedSimpleDateFormat()
996 private static DecimalFormatSymbols getCannedDecimalFormatSymbols(ULocale uloc) in getCannedDecimalFormatSymbols()
1005 private static DecimalFormat getCannedDecimalFormat(String pattern, ULocale uloc) in getCannedDecimalFormat()
1075 ULocale uloc = ULocale.forLocale(Locale.US); in getTestObjects() local
1122 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1692 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1826 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
1933 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
2097 ULocale uloc = ULocale.forLocale(locales[i]); in getTestObjects() local
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCurrencyPluralInfo.java251 private void initialize(ULocale uloc) { in initialize()
257 private void setupCurrencyPluralPattern(ULocale uloc) { in setupCurrencyPluralPattern()
DNumberFormatServiceShim.java102 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyPluralInfo.java268 private void initialize(ULocale uloc) { in initialize()
274 private void setupCurrencyPluralPattern(ULocale uloc) { in setupCurrencyPluralPattern()
DNumberFormatServiceShim.java101 ULocale uloc = actualLoc[0]; in createInstance() local
DBreakIteratorFactory.java162 ULocale uloc = ULocale.forLocale(rb.getLocale()); in createBreakInstance() local
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DCurrency.java281 public String getSymbol(ULocale uloc) { in getSymbol()
/external/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 = ULocale.forLocale(loc); in TestCollationKeyword() local
DNumberFormatTest.java301 ULocale uloc = ULocale.forLocale(loc); in TestKeywords() local
DDateFormatTest.java208 ULocale uloc = ULocale.forLocale(loc); in TestCalendarKeyword() local
DDateFormatSymbolsTest.java195 ULocale uloc = ULocale.forLocale(loc); in TestCalendarKeyword() local
DDecimalFormatSymbolsTest.java170 ULocale uloc = ULocale.forLocale(loc); in TestKeywords() local
/external/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
/external/icu/android_icu4j/src/main/java/android/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
DGlobalizationPreferences.java797 ULocale uloc = inputLocales.get(i); in processLocales() local
866 ULocale uloc = result.get(index); in processLocales() local
888 ULocale uloc = result.get(index); in processLocales() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java174 ULocale uloc = new ULocale("en_Latn_US"); in TestSetULocaleKeywords() local
700 ULocale uloc; in TestPrefixes() local
821 ULocale uloc = new ULocale(locale); in TestObsoleteNames() local
4364 ULocale uloc = ULocale.forLocale((Locale) DATA[i][0]); in TestForLocale() local
4374 ULocale uloc = ULocale.forLocale((Locale) DATA7[i][0]); in TestForLocale() local
4394 ULocale uloc = ULocale.forLocale(loc); in TestForLocale() local
4407 ULocale uloc = ULocale.forLocale((Locale) DATA6[i][0]); in TestForLocale() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java175 ULocale uloc = new ULocale("en_Latn_US"); in TestSetULocaleKeywords() local
701 ULocale uloc; in TestPrefixes() local
822 ULocale uloc = new ULocale(locale); in TestObsoleteNames() local
4365 ULocale uloc = ULocale.forLocale((Locale) DATA[i][0]); in TestForLocale() local
4375 ULocale uloc = ULocale.forLocale((Locale) DATA7[i][0]); in TestForLocale() local
4395 ULocale uloc = ULocale.forLocale(loc); in TestForLocale() local
4408 ULocale uloc = ULocale.forLocale((Locale) DATA6[i][0]); in TestForLocale() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollatorServiceShim.java141 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { in CService()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java828 ULocale uloc = inputLocales.get(i); in processLocales() local
897 ULocale uloc = result.get(index); in processLocales() local
919 ULocale uloc = result.get(index); in processLocales() local
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
DICULocaleServiceProvider.java185 private static void addULocale(ULocale uloc, Set<Locale> locales) { in addULocale()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java761 ULocale uloc = new ULocale(item.localeID); in TestRelativeDateTimeUnitFormatters() local

123