HomeSort by relevance Sort by last modified time
    Searched full:compattests (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
tstnorm.h 48 UnicodeString compatTests[11][3];
tstnorm.cpp 123 compatTests[0][0] = str("cat"); compatTests[0][1] = str("cat"); compatTests[0][2] = str("cat") ;
125 compatTests[1][0] = str("\\uFB4f"); compatTests[1][1] = str("\\u05D0\\u05DC"); compatTests[1][2] = str("\\u05D0\\u05DC"); // Alef-Lamed vs. Alef, Lamed
127 compatTests[2][0] = str("\\u00C4ffin"); compatTests[2][1] = str("A\\u0308ffin"); compatTests[2][2] = str("\\u00C4ffin") ;
129 compatTests[3][0] = str("\\u00C4\\uFB03n"); compatTests[3][1] = str("A\\u0308ffin"); compatTests[3][2] = str(" (…)
    [all...]
  /external/icu4c/test/intltest/
tstnorm.h 50 UnicodeString compatTests[11][3];
tstnorm.cpp 126 compatTests[0][0] = str("cat"); compatTests[0][1] = str("cat"); compatTests[0][2] = str("cat") ;
128 compatTests[1][0] = str("\\uFB4f"); compatTests[1][1] = str("\\u05D0\\u05DC"); compatTests[1][2] = str("\\u05D0\\u05DC"); // Alef-Lamed vs. Alef, Lamed
130 compatTests[2][0] = str("\\u00C4ffin"); compatTests[2][1] = str("A\\u0308ffin"); compatTests[2][2] = str("\\u00C4ffin") ;
132 compatTests[3][0] = str("\\u00C4\\uFB03n"); compatTests[3][1] = str("A\\u0308ffin"); compatTests[3][2] = str(" (…)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cnormtst.c 98 const static char* compatTests[][3] = {
179 for(x=0; x < LENGTHOF(compatTests); x++)
181 source=CharsToUChars(compatTests[x][0]);
193 assertEqual(result, compatTests[x][1], x);
237 for(x=0; x < LENGTHOF(compatTests); x++)
239 source=CharsToUChars(compatTests[x][0]);
251 assertEqual(result, compatTests[x][2], x);
538 for (count = 0; count < LENGTHOF(compatTests); count ++)
540 d = CharsToUChars(compatTests[count][1]);
541 c = CharsToUChars(compatTests[count][2])
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 97 const static char* compatTests[][3] = {
178 for(x=0; x < LENGTHOF(compatTests); x++)
180 source=CharsToUChars(compatTests[x][0]);
192 assertEqual(result, compatTests[x][1], x);
236 for(x=0; x < LENGTHOF(compatTests); x++)
238 source=CharsToUChars(compatTests[x][0]);
250 assertEqual(result, compatTests[x][2], x);
537 for (count = 0; count < LENGTHOF(compatTests); count ++)
539 d = CharsToUChars(compatTests[count][1]);
540 c = CharsToUChars(compatTests[count][2])
    [all...]

Completed in 110 milliseconds