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

  /external/icu4c/test/intltest/
tstnorm.h 50 UnicodeString canonTests[24][3];
  /external/icu4c/test/cintltst/
cnormtst.c 69 static const char* const canonTests[][3] = {
210 TestNormCases(UNORM_NFD, canonTests, LENGTHOF(canonTests));
218 TestNormCases(UNORM_NFC, canonTests, LENGTHOF(canonTests));
476 for (count = 0; count < LENGTHOF(canonTests); count ++)
478 d = CharsToUChars(canonTests[count][1]);
479 c = CharsToUChars(canonTests[count][2]);
    [all...]

Completed in 180 milliseconds