Searched refs:moreCases (Results 1 – 5 of 5) sorted by relevance
37 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest65 if(count > moreCases.length) { in TestConformance()67 } else if(count == moreCases.length) { in TestConformance()71 line = moreCases[count++]; in TestConformance()
35 static String[] moreCases ={ field in ConformanceTest70 if(count > moreCases.length) { in runConformance()72 } else if(count == moreCases.length) { in runConformance()76 line = moreCases[count++]; in runConformance()
41 static String[] moreCases ={ field in UnicodeNormalizerConformanceTest69 if(count > moreCases.length) { in TestConformance()71 } else if(count == moreCases.length) { in TestConformance()75 line = moreCases[count++]; in TestConformance()
39 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()
51 static const char *moreCases[]={ variable177 int32_t count, countMoreCases = sizeof(moreCases)/sizeof(moreCases[0]); in TestConformance()189 uprv_strcpy(lineBuf, moreCases[count]); in TestConformance()