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 67 static const char* const canonTests[][3] = {
207 TestNormCases(UNORM_NFD, canonTests, LENGTHOF(canonTests));
215 TestNormCases(UNORM_NFC, canonTests, LENGTHOF(canonTests));
473 for (count = 0; count < LENGTHOF(canonTests); count ++)
475 d = CharsToUChars(canonTests[count][1]);
476 c = CharsToUChars(canonTests[count][2]);
    [all...]

Completed in 773 milliseconds