/external/chromium/third_party/icu/source/tools/gennorm/ |
D | store.c | 593 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 …]
|
D | gennorm.h | 35 uint32_t *nfd, *nfkd; member
|
D | gennorm.c | 503 norm.nfkd=decomp; in unicodeDataLineFn()
|
/external/icu4c/tools/gennorm/ |
D | store.c | 593 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/ |
D | tstnrapi.cpp | 57 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/ |
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/chromium/third_party/icu/source/data/translit/ |
D | Hebrew_Latin.txt | 11 :: nfkd (nfc) ;
|
/external/icu4c/data/translit/ |
D | Hebrew_Latin.txt | 11 :: nfkd (nfc) ;
|
/external/chromium/third_party/icu/source/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()
|
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 1178 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()
|