Home | History | Annotate | Download | only in intltest

Lines Matching refs:CASE

82     static const char* CASE[] = {
131 enum { CASE_length = sizeof(CASE) / sizeof(CASE[0]) };
135 UnicodeString jamo = nameToJamo(CASE[i+1]);
136 if (CASE[i+2] == NULL) {
137 expect(*latinJamo, CASE[i], jamo, *jamoLatin);
139 // Handle case where round-trip is expected to fail
140 expect(*latinJamo, CASE[i], jamo);
141 expect(*jamoLatin, jamo, CASE[i+2]);
318 // Replaced a hyphen with a space to make the test case work with CLDR1.5