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.java41 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest
70 if(count > moreCases.length) { in TestConformance()
72 } else if(count == moreCases.length) { in TestConformance()
76 line = moreCases[count++]; in TestConformance()
DConformanceTest.java39 static String[] moreCases ={ field in ConformanceTest
76 if(count > moreCases.length) { in runConformance()
78 } else if(count == moreCases.length) { in runConformance()
82 line = moreCases[count++]; in runConformance()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUnicodeNormalizerConformanceTest.java44 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest
73 if(count > moreCases.length) { in TestConformance()
75 } else if(count == moreCases.length) { in TestConformance()
79 line = moreCases[count++]; in TestConformance()
DConformanceTest.java42 static String[] moreCases ={ field in ConformanceTest
79 if(count > moreCases.length) { in runConformance()
81 } else if(count == moreCases.length) { in runConformance()
85 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()