Home
last modified time | relevance | path

Searched refs:nfkd (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/tools/gennorm/
Dstore.c585 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 …]
Dgennorm.h35 uint32_t *nfd, *nfkd; member
Dgennorm.c503 norm.nfkd=decomp; in unicodeDataLineFn()
/external/icu4c/test/intltest/
Dtstnrapi.cpp58 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/
DHebrew_Latin.txt11 :: nfkd (nfc) ;
/external/icu4c/test/cintltst/
Dcnormtst.c1179 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()