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

  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 576 uint32_t nfdSize;
608 nfdSize = unorm_normalize(comp, len, UNORM_NFD, 0, t[noCases]->NFD, NORM_BUFFER_TEST_LEN, &status);
610 if(nfcSize != nfdSize || (uprv_memcmp(t[noCases]->NFC, t[noCases]->NFD, nfcSize * sizeof(UChar)) != 0)
611 || (len != nfdSize || (uprv_memcmp(comp, t[noCases]->NFD, nfdSize * sizeof(UChar)) != 0))) {
613 if(len != nfdSize || (uprv_memcmp(comp, t[noCases]->NFD, nfdSize * sizeof(UChar)) != 0)) {
643 nfdSize = unorm_normalize(comp, len, UNORM_NFD, 0, t[noCases]->NFD, NORM_BUFFER_TEST_LEN, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]

Completed in 48 milliseconds