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

  /external/icu4c/test/intltest/
tstnorm.cpp 80 canonTests[0][0] = str("cat"); canonTests[0][1] = str("cat"); canonTests[0][2] = str("cat");
82 canonTests[1][0] = str("\\u00e0ardvark"); canonTests[1][1] = str("a\\u0300ardvark"); canonTests[1][2] = str("\\u00e0ardvark");
84 canonTests[2][0] = str("\\u1e0a"); canonTests[2][1] = str("D\\u0307"); canonTests[2][2] = str("\\u1e0a"); // D-dot_above
86 canonTests[3][0] = str("D\\u0307"); canonTests[3][1] = str("D\\u0307"); canonTests[3][2] = str("\\u1e0a"); (…)
    [all...]
tstnorm.h 50 UnicodeString canonTests[24][3];
  /external/icu4c/test/cintltst/
cnormtst.c 68 static const char* const canonTests[][3] = {
211 TestNormCases(UNORM_NFD, canonTests, LENGTHOF(canonTests));
219 TestNormCases(UNORM_NFC, canonTests, LENGTHOF(canonTests));
477 for (count = 0; count < LENGTHOF(canonTests); count ++)
479 d = CharsToUChars(canonTests[count][1]);
480 c = CharsToUChars(canonTests[count][2]);
    [all...]

Completed in 245 milliseconds