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.java80 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
83 brkitrIcu = BreakIterator.getCharacterInstance(iculoc); in checkGetInstance()
86 brkitrIcu = BreakIterator.getWordInstance(iculoc); in checkGetInstance()
89 brkitrIcu = BreakIterator.getLineInstance(iculoc); in checkGetInstance()
92 brkitrIcu = BreakIterator.getSentenceInstance(iculoc); in checkGetInstance()
105 errln("FAIL: " + method + " returned JDK BreakIterator for locale " + iculoc); in checkGetInstance()
171 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
173 jdkBrkItrs[0] = BreakIterator.getCharacterInstance(iculoc); in TestICUEquivalent()
174 jdkBrkItrs[1] = BreakIterator.getWordInstance(iculoc); in TestICUEquivalent()
175 jdkBrkItrs[2] = BreakIterator.getLineInstance(iculoc); in TestICUEquivalent()
[all …]
DCollatorTest.java48 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
49 Collator collIcu = Collator.getInstance(iculoc); in TestGetInstance()
53 + ", but different from the one for locale " + iculoc); in TestGetInstance()
57 errln("FAIL: getInstance returned JDK Collator for locale " + iculoc); in TestGetInstance()
90 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
91 Collator jdkColl = Collator.getInstance(iculoc); in TestICUEquivalent()
DDateFormatTest.java57 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
58 DateFormat dfIcu = getJDKInstance(dstyle, tstyle, iculoc, null); in checkGetInstance()
62 + ", but different from the one for locale " + iculoc); in checkGetInstance()
66 errln("FAIL: " + method[0] + " returned JDK DateFormat for locale " + iculoc); in checkGetInstance()
136 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
137 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null); in TestICUEquivalent()
159 … + dstr1 + "(locale=" + iculoc + ",dstyle=" + dstyle + ",tstyle=" + tstyle + ")"); in TestICUEquivalent()
DDateFormatSymbolsTest.java46 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
47 DateFormatSymbols dfsIcu = DateFormatSymbols.getInstance(iculoc); in TestGetInstance()
51 + ", but different from the one for locale " + iculoc); in TestGetInstance()
55 … errln("FAIL: getInstance returned JDK DateFormatSymbols for locale " + iculoc); in TestGetInstance()
76 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
77 DateFormatSymbols jdkDfs = DateFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
DDecimalFormatSymbolsTest.java47 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local
48 DecimalFormatSymbols decfsIcu = DecimalFormatSymbols.getInstance(iculoc); in TestGetInstance()
52 + ", but different from the one for locale " + iculoc); in TestGetInstance()
56 … errln("FAIL: getInstance returned JDK DecimalFormatSymbols for locale " + iculoc); in TestGetInstance()
76 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
77 DecimalFormatSymbols jdkDecfs = DecimalFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
DNumberFormatTest.java65 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local
67 nfIcu = getJDKInstance(type, iculoc, null); in checkGetInstance()
71 + ", but different from the one for locale " + iculoc); in checkGetInstance()
76 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + iculoc); in checkGetInstance()
183 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local
184 NumberFormat nf = getJDKInstance(type, iculoc, methodName); in TestICUEquivalent()