Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/icu/icu4c/source/data/translit/
DHebrew_Latin.txt11 :: nfkd (nfc) ;
/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c1149 nfkd[]={ in TestNextPrevious() local
1194 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UC… in TestNextPrevious()
1205 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, nfkd, sizeof(nfkd)/U_SIZEOF_U… in TestNextPrevious()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java1443 String nfkc, nfkd; in TestNormalizerAPI() local
1448 nfkd=Normalizer.decompose(tel.toString(), true); in TestNormalizerAPI()
1451 !nfkd.equals(Utility.unescape("TEL\u0301TELTELTELTELTELTELTELTELTEL")) in TestNormalizerAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1439 String nfkc, nfkd; in TestNormalizerAPI() local
1444 nfkd=Normalizer.decompose(tel.toString(), true); in TestNormalizerAPI()
1447 !nfkd.equals(Utility.unescape("TEL\u0301TELTELTELTELTELTELTELTELTEL")) in TestNormalizerAPI()