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 39 static String[] moreCases ={
68 if(count > moreCases.length) {
70 } else if(count == moreCases.length) {
74 line = moreCases[count++];
ConformanceTest.java 37 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 38 static String[] moreCases ={
67 if(count > moreCases.length) {
69 } else if(count == moreCases.length) {
73 line = moreCases[count++];
ConformanceTest.java 36 static String[] moreCases ={
73 if(count > moreCases.length) {
75 } else if(count == moreCases.length) {
79 line = moreCases[count++];
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 52 static const char *moreCases[]={
178 int32_t count, countMoreCases = UPRV_LENGTHOF(moreCases);
183 // once NormalizationTest.txt is finished, use moreCases[]
190 uprv_strcpy(lineBuf, moreCases[count]);

Completed in 703 milliseconds