Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizerConformanceTest.java37 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest
65 if(count > moreCases.length) { in TestConformance()
67 } else if(count == moreCases.length) { in TestConformance()
71 line = moreCases[count++]; in TestConformance()
DConformanceTest.java35 static String[] moreCases ={ field in ConformanceTest
70 if(count > moreCases.length) { in runConformance()
72 } else if(count == moreCases.length) { in runConformance()
76 line = moreCases[count++]; in runConformance()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUnicodeNormalizerConformanceTest.java41 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest
69 if(count > moreCases.length) { in TestConformance()
71 } else if(count == moreCases.length) { in TestConformance()
75 line = moreCases[count++]; in TestConformance()
DConformanceTest.java39 static String[] moreCases ={ field in ConformanceTest
74 if(count > moreCases.length) { in runConformance()
76 } else if(count == moreCases.length) { in runConformance()
80 line = moreCases[count++]; in runConformance()
/external/icu/icu4c/source/test/intltest/
Dnormconf.cpp51 static const char *moreCases[]={ variable
177 int32_t count, countMoreCases = sizeof(moreCases)/sizeof(moreCases[0]); in TestConformance()
189 uprv_strcpy(lineBuf, moreCases[count]); in TestConformance()