Home
last modified time | relevance | path

Searched refs:iculoc (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DBreakIteratorTest.java76 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
79 brkitrIcu = BreakIterator.getCharacterInstance(iculoc); in checkGetInstance()
82 brkitrIcu = BreakIterator.getWordInstance(iculoc); in checkGetInstance()
85 brkitrIcu = BreakIterator.getLineInstance(iculoc); in checkGetInstance()
88 brkitrIcu = BreakIterator.getSentenceInstance(iculoc); in checkGetInstance()
101 errln("FAIL: " + method + " returned JDK BreakIterator for locale " + iculoc); in checkGetInstance()
166 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
168 jdkBrkItrs[0] = BreakIterator.getCharacterInstance(iculoc); in TestICUEquivalent()
169 jdkBrkItrs[1] = BreakIterator.getWordInstance(iculoc); in TestICUEquivalent()
170 jdkBrkItrs[2] = BreakIterator.getLineInstance(iculoc); in TestICUEquivalent()
[all …]
DCollatorTest.java44 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
45 Collator collIcu = Collator.getInstance(iculoc); in TestGetInstance()
49 + ", but different from the one for locale " + iculoc); in TestGetInstance()
53 errln("FAIL: getInstance returned JDK Collator for locale " + iculoc); in TestGetInstance()
85 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
86 Collator jdkColl = Collator.getInstance(iculoc); in TestICUEquivalent()
DDateFormatTest.java54 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
55 DateFormat dfIcu = getJDKInstance(dstyle, tstyle, iculoc, null); in checkGetInstance()
59 + ", but different from the one for locale " + iculoc); in checkGetInstance()
63 errln("FAIL: " + method[0] + " returned JDK DateFormat for locale " + iculoc); in checkGetInstance()
132 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
133 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null); in TestICUEquivalent()
155 … + dstr1 + "(locale=" + iculoc + ",dstyle=" + dstyle + ",tstyle=" + tstyle + ")"); in TestICUEquivalent()
DDateFormatSymbolsTest.java42 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
43 DateFormatSymbols dfsIcu = DateFormatSymbols.getInstance(iculoc); in TestGetInstance()
47 + ", but different from the one for locale " + iculoc); in TestGetInstance()
51 … errln("FAIL: getInstance returned JDK DateFormatSymbols for locale " + iculoc); in TestGetInstance()
71 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
72 DateFormatSymbols jdkDfs = DateFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
DDecimalFormatSymbolsTest.java43 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
44 DecimalFormatSymbols decfsIcu = DecimalFormatSymbols.getInstance(iculoc); in TestGetInstance()
48 + ", but different from the one for locale " + iculoc); in TestGetInstance()
52 … errln("FAIL: getInstance returned JDK DecimalFormatSymbols for locale " + iculoc); in TestGetInstance()
71 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
72 DecimalFormatSymbols jdkDecfs = DecimalFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
DNumberFormatTest.java61 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
63 nfIcu = getJDKInstance(type, iculoc, null); in checkGetInstance()
67 + ", but different from the one for locale " + iculoc); in checkGetInstance()
72 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + iculoc); in checkGetInstance()
178 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
179 NumberFormat nf = getJDKInstance(type, iculoc, methodName); in TestICUEquivalent()