Searched refs:iculoc (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | BreakIteratorTest.java | 80 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 …]
|
D | CollatorTest.java | 48 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()
|
D | DateFormatTest.java | 55 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local 56 DateFormat dfIcu = getJDKInstance(dstyle, tstyle, iculoc, null); in checkGetInstance() 59 + ", but different from the one for locale " + iculoc); in checkGetInstance() 128 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local 129 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null); in TestICUEquivalent() 151 … + dstr1 + "(locale=" + iculoc + ",dstyle=" + dstyle + ",tstyle=" + tstyle + ")"); in TestICUEquivalent()
|
D | DateFormatSymbolsTest.java | 43 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local 44 DateFormatSymbols dfsIcu = DateFormatSymbols.getInstance(iculoc); in TestGetInstance() 47 + ", but different from the one for locale " + iculoc); in TestGetInstance() 67 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local 68 DateFormatSymbols jdkDfs = DateFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
|
D | DecimalFormatSymbolsTest.java | 45 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance() local 46 DecimalFormatSymbols decfsIcu = DecimalFormatSymbols.getInstance(iculoc); in TestGetInstance() 49 + ", but different from the one for locale " + iculoc); in TestGetInstance() 68 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local 69 DecimalFormatSymbols jdkDecfs = DecimalFormatSymbols.getInstance(iculoc); in TestICUEquivalent()
|
D | NumberFormatTest.java | 63 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance() local 65 nfIcu = getJDKInstance(type, iculoc, null); in checkGetInstance() 68 + ", but different from the one for locale " + iculoc); in checkGetInstance() 174 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent() local 175 NumberFormat nf = getJDKInstance(type, iculoc, methodName); in TestICUEquivalent()
|