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.java77 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
80 brkitrIcu = BreakIterator.getCharacterInstance(iculoc); in checkGetInstance()
83 brkitrIcu = BreakIterator.getWordInstance(iculoc); in checkGetInstance()
86 brkitrIcu = BreakIterator.getLineInstance(iculoc); in checkGetInstance()
89 brkitrIcu = BreakIterator.getSentenceInstance(iculoc); in checkGetInstance()
102 errln("FAIL: " + method + " returned JDK BreakIterator for locale " + iculoc); in checkGetInstance()
168 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
170 jdkBrkItrs[0] = BreakIterator.getCharacterInstance(iculoc); in TestICUEquivalent()
171 jdkBrkItrs[1] = BreakIterator.getWordInstance(iculoc); in TestICUEquivalent()
172 jdkBrkItrs[2] = BreakIterator.getLineInstance(iculoc); in TestICUEquivalent()
[all …]
DCollatorTest.java45 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
46 Collator collIcu = Collator.getInstance(iculoc); in TestGetInstance()
50 + ", but different from the one for locale " + iculoc); in TestGetInstance()
54 errln("FAIL: getInstance returned JDK Collator for locale " + iculoc); in TestGetInstance()
87 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
88 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()
133 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
134 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null); in TestICUEquivalent()
156 … + dstr1 + "(locale=" + iculoc + ",dstyle=" + dstyle + ",tstyle=" + tstyle + ")"); in TestICUEquivalent()
DDateFormatSymbolsTest.java43 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
44 DateFormatSymbols dfsIcu = DateFormatSymbols.getInstance(iculoc); in TestGetInstance()
48 + ", but different from the one for locale " + iculoc); in TestGetInstance()
52 … errln("FAIL: getInstance returned JDK DateFormatSymbols for locale " + iculoc); in TestGetInstance()
73 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
74 DateFormatSymbols jdkDfs = DateFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
DDecimalFormatSymbolsTest.java44 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
45 DecimalFormatSymbols decfsIcu = DecimalFormatSymbols.getInstance(iculoc); in TestGetInstance()
49 + ", but different from the one for locale " + iculoc); in TestGetInstance()
53 … errln("FAIL: getInstance returned JDK DecimalFormatSymbols for locale " + iculoc); in TestGetInstance()
73 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
74 DecimalFormatSymbols jdkDecfs = DecimalFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
DNumberFormatTest.java62 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
64 nfIcu = getJDKInstance(type, iculoc, null); in checkGetInstance()
68 + ", but different from the one for locale " + iculoc); in checkGetInstance()
73 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + iculoc); in checkGetInstance()
180 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
181 NumberFormat nf = getJDKInstance(type, iculoc, methodName); in TestICUEquivalent()