Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/tools/gennorm/
Dstore.c593 pHangulNorm->nfkd=hangulBuffer; in getHangulDecomposition()
604 uint32_t nfd[40], nfkd[40], hangulBuffer[3]; in decompStoreNewNF() local
621 s32=norm->nfkd; in decompStoreNewNF()
638 nfkd[lenNFKD++]=c; in decompStoreNewNF()
655 uprv_memcpy(nfkd+lenNFKD, p->nfkd, p->lenNFKD*4); in decompStoreNewNF()
659 uprv_memcpy(nfkd+lenNFKD, p->nfd, p->lenNFD*4); in decompStoreNewNF()
667 nfkd[lenNFKD++]=c; in decompStoreNewNF()
690 uprv_memcpy(s32, nfkd, lenNFKD*4); in decompStoreNewNF()
695 norm->nfkd=s32; in decompStoreNewNF()
696 setHaveSeenString(nfkd, lenNFKD); in decompStoreNewNF()
[all …]
Dgennorm.h35 uint32_t *nfd, *nfkd; member
Dgennorm.c503 norm.nfkd=decomp; in unicodeDataLineFn()
/external/icu4c/tools/gennorm/
Dstore.c593 pHangulNorm->nfkd=hangulBuffer; in getHangulDecomposition()
604 uint32_t nfd[40], nfkd[40], hangulBuffer[3]; in decompStoreNewNF() local
621 s32=norm->nfkd; in decompStoreNewNF()
638 nfkd[lenNFKD++]=c; in decompStoreNewNF()
655 uprv_memcpy(nfkd+lenNFKD, p->nfkd, p->lenNFKD*4); in decompStoreNewNF()
659 uprv_memcpy(nfkd+lenNFKD, p->nfd, p->lenNFD*4); in decompStoreNewNF()
667 nfkd[lenNFKD++]=c; in decompStoreNewNF()
690 uprv_memcpy(s32, nfkd, lenNFKD*4); in decompStoreNewNF()
695 norm->nfkd=s32; in decompStoreNewNF()
696 setHaveSeenString(nfkd, lenNFKD); in decompStoreNewNF()
[all …]
/external/icu4c/test/intltest/
Dtstnrapi.cpp57 UnicodeString tel, nfkc, nfkd; in TestNormalizerAPI() local
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI()
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape() in TestNormalizerAPI()
/external/chromium/third_party/icu/source/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/chromium/third_party/icu/source/data/translit/
DHebrew_Latin.txt11 :: nfkd (nfc) ;
/external/icu4c/data/translit/
DHebrew_Latin.txt11 :: nfkd (nfc) ;
/external/chromium/third_party/icu/source/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()
/external/icu4c/test/cintltst/
Dcnormtst.c1178 nfkd[]={ in TestNextPrevious() local
1223 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UC… in TestNextPrevious()
1234 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, nfkd, sizeof(nfkd)/U_SIZEOF_U… in TestNextPrevious()