HomeSort by relevance Sort by last modified time
    Searched refs:moreCases (Results 1 - 5 of 5) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UnicodeNormalizerConformanceTest.java 41 static String[] moreCases ={
69 if(count > moreCases.length) {
71 } else if(count == moreCases.length) {
75 line = moreCases[count++];
ConformanceTest.java 39 static String[] moreCases ={
74 if(count > moreCases.length) {
76 } else if(count == moreCases.length) {
80 line = moreCases[count++];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UnicodeNormalizerConformanceTest.java 37 static String[] moreCases ={
65 if(count > moreCases.length) {
67 } else if(count == moreCases.length) {
71 line = moreCases[count++];
ConformanceTest.java 35 static String[] moreCases ={
70 if(count > moreCases.length) {
72 } else if(count == moreCases.length) {
76 line = moreCases[count++];
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 51 static const char *moreCases[]={
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 779 milliseconds