Searched refs:moreCases (Results 1 – 5 of 5) sorted by relevance
41 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest70 if(count > moreCases.length) { in TestConformance()72 } else if(count == moreCases.length) { in TestConformance()76 line = moreCases[count++]; in TestConformance()
39 static String[] moreCases ={ field in ConformanceTest76 if(count > moreCases.length) { in runConformance()78 } else if(count == moreCases.length) { in runConformance()82 line = moreCases[count++]; in runConformance()
44 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest73 if(count > moreCases.length) { in TestConformance()75 } else if(count == moreCases.length) { in TestConformance()79 line = moreCases[count++]; in TestConformance()
42 static String[] moreCases ={ field in ConformanceTest79 if(count > moreCases.length) { in runConformance()81 } else if(count == moreCases.length) { in runConformance()85 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()