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

  /external/icu4c/test/intltest/
tstnrapi.cpp 58 UnicodeString tel, nfkc, nfkd; local
64 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
69 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
  /external/icu4c/tools/gennorm/
gennorm.h 35 uint32_t *nfd, *nfkd; member in struct:Norm
store.c 593 pHangulNorm->nfkd=hangulBuffer;
604 uint32_t nfd[40], nfkd[40], hangulBuffer[3]; local
621 s32=norm->nfkd;
638 nfkd[lenNFKD++]=c;
655 uprv_memcpy(nfkd+lenNFKD, p->nfkd, p->lenNFKD*4);
659 uprv_memcpy(nfkd+lenNFKD, p->nfd, p->lenNFD*4);
663 * so that we do not store a new nfkd if there was no nfkd string before
667 nfkd[lenNFKD++]=c
711 uint32_t nfd[40], nfkd[40]; local
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 393 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
437 log_err("ERROR in NFKD quick check at U+%04x\n", cp);
466 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
491 /* NFD and NFKD does not have any MAYBE codepoints */
545 log_err("ERROR in NFKD quick check for string at count %d\n", count);
772 HANGUL_K_KIYEOK=0x3131, /* NFKD->Jamo L U+1100 */
773 HANGUL_K_WEO=0x315d, /* NFKD->Jamo V U+116f */
774 HANGUL_K_KIYEOK_SIOS=0x3133, /* NFKD->Jamo T U+11aa */
1179 nfkd[]={ local
    [all...]

Completed in 132 milliseconds