Searched refs:moreCases (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java37 static String[] moreCases ={ field in class:UnicodeNormalizerConformanceTest
65 if(count > moreCases.length) {
67 } else if(count == moreCases.length) {
71 line = moreCases[count++];
H A DConformanceTest.java35 static String[] moreCases ={ field in class:ConformanceTest
70 if(count > moreCases.length) {
72 } else if(count == moreCases.length) {
76 line = moreCases[count++];
/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp51 static const char *moreCases[]={ variable
177 int32_t count, countMoreCases = sizeof(moreCases)/sizeof(moreCases[0]);
182 // once NormalizationTest.txt is finished, use moreCases[]
189 uprv_strcpy(lineBuf, moreCases[count]);

Completed in 45 milliseconds