Home
last modified time | relevance | path

Searched refs:ACTUAL_LOCALE (Results 1 – 25 of 61) sorted by relevance

123

/external/icu/android_icu4j/src/main/java/android/icu/text/
DUFormat.java60 return type == ULocale.ACTUAL_LOCALE ? in getLocale()
DCurrencyFormat.java121 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE)); in readResolve()
DBreakIterator.java935 return type == ULocale.ACTUAL_LOCALE ? in getLocale()
DNumberFormat.java1338 ULocale actual = symbols.getLocale(ULocale.ACTUAL_LOCALE); in createInstance()
DDecimalFormatSymbols.java1775 return type == ULocale.ACTUAL_LOCALE ? in getLocale()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUFormat.java63 return type == ULocale.ACTUAL_LOCALE ? in getLocale()
DCurrencyFormat.java120 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE)); in readResolve()
DBreakIterator.java987 return type == ULocale.ACTUAL_LOCALE ? in getLocale()
DNumberFormat.java1428 ULocale actual = symbols.getLocale(ULocale.ACTUAL_LOCALE); in createInstance()
DDateFormat.java1821 cal.getLocale(ULocale.ACTUAL_LOCALE)); in get()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java892 assertNotEquals("getLocale()", ULocale.GERMAN, col1.getLocale(ULocale.ACTUAL_LOCALE));
1071 ULocale locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1078 locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1119 locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1133 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE);
1157 ULocale actual = coll.getLocale(ULocale.ACTUAL_LOCALE);
1176 locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1423 coll.getLocale(ULocale.ACTUAL_LOCALE).toString()+"): "+
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java891 assertNotEquals("getLocale()", ULocale.GERMAN, col1.getLocale(ULocale.ACTUAL_LOCALE));
1070 ULocale locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1077 locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1118 locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1132 ULocale actual2 = coll2.getLocale(ULocale.ACTUAL_LOCALE);
1156 ULocale actual = coll.getLocale(ULocale.ACTUAL_LOCALE);
1175 locale = coll.getLocale(ULocale.ACTUAL_LOCALE);
1422 coll.getLocale(ULocale.ACTUAL_LOCALE).toString()+"): "+
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRBNFParseTest.java109 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t); in parseFormat()
DIntlTestDateFormat.java167 … FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocale.ACTUAL_LOCALE)); in tryDate()
DNumberRegressionTests.java1653 … "\" -> \"" + s2 + '"'+ " in locale "+df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
1658 … "\" -> \"" + f2.toLocalizedPattern() + '"'+ " in locale "+df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
1663 errln(ex.getMessage()+" for locale "+ df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
DRbnfTest.java1105 if (!loc.equals(fmt.getLocale(ULocale.ACTUAL_LOCALE))) { in TestAllLocales()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRBNFParseTest.java108 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t); in parseFormat()
DIntlTestDateFormat.java166 … FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocale.ACTUAL_LOCALE)); in tryDate()
DNumberRegressionTests.java1652 … "\" -> \"" + s2 + '"'+ " in locale "+df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
1657 … "\" -> \"" + f2.toLocalizedPattern() + '"'+ " in locale "+df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
1662 errln(ex.getMessage()+" for locale "+ df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java154 ULocale.ACTUAL_LOCALE }); in checkObject()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java155 ULocale.ACTUAL_LOCALE }); in checkObject()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DJapaneseTest.java213 logln("fmt's locale = " + fmt.getLocale(ULocale.ACTUAL_LOCALE)); in Test5345parse()
DChineseTest.java674 ULocale uloInd = dfsDate.getLocale(ULocale.ACTUAL_LOCALE); in TestScratch()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DJapaneseTest.java214 logln("fmt's locale = " + fmt.getLocale(ULocale.ACTUAL_LOCALE)); in Test5345parse()
DChineseTest.java675 ULocale uloInd = dfsDate.getLocale(ULocale.ACTUAL_LOCALE); in TestScratch()

123