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

  /external/icu4c/test/intltest/
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...]
tstnorm.h 48 UnicodeString compatTests[11][3];
  /external/icu4c/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...]

Completed in 1391 milliseconds