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 130 compatTests[0][0] = str("cat"); compatTests[0][1] = str("cat"); compatTests[0][2] = str("cat") ;
132 compatTests[1][0] = str("\\uFB4f"); compatTests[1][1] = str("\\u05D0\\u05DC"); compatTests[1][2] = str("\\u05D0\\u05DC"); // Alef-Lamed vs. Alef, Lamed
134 compatTests[2][0] = str("\\u00C4ffin"); compatTests[2][1] = str("A\\u0308ffin"); compatTests[2][2] = str("\\u00C4ffin") ;
136 compatTests[3][0] = str("\\u00C4\\uFB03n"); compatTests[3][1] = str("A\\u0308ffin"); compatTests[3][2] = str(" (…)
    [all...]
tstnorm.h 51 UnicodeString compatTests[11][3];
  /external/icu4c/test/cintltst/
cnormtst.c 105 static const char* const compatTests[][3] = {
215 TestNormCases(UNORM_NFKD, compatTests, LENGTHOF(compatTests));
223 TestNormCases(UNORM_NFKC, compatTests, LENGTHOF(compatTests));
499 for (count = 0; count < LENGTHOF(compatTests); count ++)
501 d = CharsToUChars(compatTests[count][1]);
502 c = CharsToUChars(compatTests[count][2]);
    [all...]

Completed in 32 milliseconds