Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java166 String [] testsToSkip = { in TestFromUnicode() local
194 for (int i = 0; i < testsToSkip.length; i++) { in TestFromUnicode()
195 if (cc.charset.equals(testsToSkip[i])) { in TestFromUnicode()
495 String [] testsToSkip = { in TestToUnicode() local
498 for (int i = 0; i < testsToSkip.length; i++) { in TestToUnicode()
499 if (cc.charset.equals(testsToSkip[i])) { in TestToUnicode()
947 String [] testsToSkip = { in TestGetUnicodeSet() local
959 for (int i = 0; i < testsToSkip.length; i++) { in TestGetUnicodeSet()
960 if (cc.charset.equals(testsToSkip[i])) { in TestGetUnicodeSet()