Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUnicodeNormalizerConformanceTest.java39 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest
68 if(count > moreCases.length) { in TestConformance()
70 } else if(count == moreCases.length) { in TestConformance()
74 line = moreCases[count++]; in TestConformance()
DConformanceTest.java37 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizerConformanceTest.java38 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest
67 if(count > moreCases.length) { in TestConformance()
69 } else if(count == moreCases.length) { in TestConformance()
73 line = moreCases[count++]; in TestConformance()
DConformanceTest.java36 static String[] moreCases ={ field in ConformanceTest
73 if(count > moreCases.length) { in runConformance()
75 } else if(count == moreCases.length) { in runConformance()
79 line = moreCases[count++]; in runConformance()
/external/icu/icu4c/source/test/intltest/
Dnormconf.cpp52 static const char *moreCases[]={ variable
178 int32_t count, countMoreCases = UPRV_LENGTHOF(moreCases); in TestConformance()
190 uprv_strcpy(lineBuf, moreCases[count]); in TestConformance()