Searched refs:nfkd (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/tools/gennorm/ |
D | store.c | 585 pHangulNorm->nfkd=hangulBuffer; in getHangulDecomposition() 596 uint32_t nfd[40], nfkd[40], hangulBuffer[3]; in decompStoreNewNF() local 613 s32=norm->nfkd; in decompStoreNewNF() 630 nfkd[lenNFKD++]=c; in decompStoreNewNF() 647 uprv_memcpy(nfkd+lenNFKD, p->nfkd, p->lenNFKD*4); in decompStoreNewNF() 651 uprv_memcpy(nfkd+lenNFKD, p->nfd, p->lenNFD*4); in decompStoreNewNF() 659 nfkd[lenNFKD++]=c; in decompStoreNewNF() 682 uprv_memcpy(s32, nfkd, lenNFKD*4); in decompStoreNewNF() 687 norm->nfkd=s32; in decompStoreNewNF() 688 setHaveSeenString(nfkd, lenNFKD); in decompStoreNewNF() [all …]
|
D | gennorm.h | 35 uint32_t *nfd, *nfkd; member
|
D | gennorm.c | 503 norm.nfkd=decomp; in unicodeDataLineFn()
|
/external/icu4c/test/intltest/ |
D | tstnrapi.cpp | 58 UnicodeString tel, nfkc, nfkd; in TestNormalizerAPI() local 64 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI() 69 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape() in TestNormalizerAPI()
|
/external/icu4c/data/translit/ |
D | Hebrew_Latin.txt | 11 :: nfkd (nfc) ;
|
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 1179 nfkd[]={ in TestNextPrevious() local 1224 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UC… in TestNextPrevious() 1235 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, nfkd, sizeof(nfkd)/U_SIZEOF_U… in TestNextPrevious()
|