Searched refs:moreCases (Results 1 – 5 of 5) sorted by relevance
39 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest68 if(count > moreCases.length) { in TestConformance()70 } else if(count == moreCases.length) { in TestConformance()74 line = moreCases[count++]; in TestConformance()
37 static String[] moreCases ={ field in ConformanceTest74 if(count > moreCases.length) { in runConformance()76 } else if(count == moreCases.length) { in runConformance()80 line = moreCases[count++]; in runConformance()
38 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest67 if(count > moreCases.length) { in TestConformance()69 } else if(count == moreCases.length) { in TestConformance()73 line = moreCases[count++]; in TestConformance()
36 static String[] moreCases ={ field in ConformanceTest73 if(count > moreCases.length) { in runConformance()75 } else if(count == moreCases.length) { in runConformance()79 line = moreCases[count++]; in runConformance()
52 static const char *moreCases[]={ variable178 int32_t count, countMoreCases = UPRV_LENGTHOF(moreCases); in TestConformance()190 uprv_strcpy(lineBuf, moreCases[count]); in TestConformance()