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 73 canonTests[0][0] = str("cat"); canonTests[0][1] = str("cat"); canonTests[0][2] = str("cat");
75 canonTests[1][0] = str("\\u00e0ardvark"); canonTests[1][1] = str("a\\u0300ardvark"); canonTests[1][2] = str("\\u00e0ardvark");
77 canonTests[2][0] = str("\\u1e0a"); canonTests[2][1] = str("D\\u0307"); canonTests[2][2] = str("\\u1e0a"); // D-dot_above
79 canonTests[3][0] = str("D\\u0307"); canonTests[3][1] = str("D\\u0307"); canonTests[3][2] = str("\\u1e0a"); (…)
    [all...]
tstnorm.h 47 UnicodeString canonTests[24][3];
  /external/icu4c/test/cintltst/
cnormtst.c 62 const static char* canonTests[][3] = {
150 for(x=0; x < LENGTHOF(canonTests); x++)
152 source=CharsToUChars(canonTests[x][0]);
164 assertEqual(result, canonTests[x][1], x);
208 for(x=0; x < LENGTHOF(canonTests); x++)
210 source=CharsToUChars(canonTests[x][0]);
222 assertEqual(result, canonTests[x][2], x);
516 for (count = 0; count < LENGTHOF(canonTests); count ++)
518 d = CharsToUChars(canonTests[count][1]);
519 c = CharsToUChars(canonTests[count][2])
    [all...]

Completed in 2138 milliseconds