Home
last modified time | relevance | path

Searched refs:unorm_normalize (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h258 return unorm_normalize(src,srcLen,UNORM_NFD, options,dest,dstLen,status); in ICUNormNFD()
262 return unorm_normalize(src,srcLen,UNORM_NFC, options,dest,dstLen,status); in ICUNormNFC()
266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()
269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status); in ICUNormNFKC()
273 return unorm_normalize(src,srcLen,UNORM_FCD, options,dest,dstLen,status); in ICUNormFCD()
291 return unorm_normalize(src,srcLen,UCOL_DECOMP_CAN, options,dest,dstLen,status); in ICUNormNFD()
295 return unorm_normalize(src,srcLen,UCOL_COMPOSE_CAN, options,dest,dstLen,status); in ICUNormNFC()
299 return unorm_normalize(src,srcLen,UCOL_DECOMP_COMPAT, options,dest,dstLen,status); in ICUNormNFKD()
302 return unorm_normalize(src,srcLen,UCOL_COMPOSE_COMPAT, options,dest,dstLen,status); in ICUNormNFKC()
306 return unorm_normalize(src,srcLen,UNORM_FCD, options,dest,dstLen,status); in ICUNormFCD()
Dnormperf.cpp78 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
82 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status); in normalizeInput()
96 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
100 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status); in normalizeInput()
/external/harfbuzz_ng/src/
Dhb-icu.cc203 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); in hb_icu_unicode_compose()
264 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); in hb_icu_unicode_decompose()
284unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); in hb_icu_unicode_decompose()
300 …len = unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_… in hb_icu_unicode_decompose()
334 …len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); in hb_icu_unicode_decompose_compatibility()
/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c180 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status); in TestNormCases()
181 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2); in TestNormCases()
191 …length2=unorm_normalize(source, u_strlen(source), mode, 0, result, UPRV_LENGTHOF(result), &status)… in TestNormCases()
198 length2=unorm_normalize(source, -1, mode, 0, result, UPRV_LENGTHOF(result), &status); in TestNormCases()
257 len = unorm_normalize(src, srcLen, mode, 0, result, 50, &status); in TestNull_check()
671 normsize += unorm_normalize(data + size, 1, UNORM_NFD, 0, in TestCheckFCD()
681 nfdsize = unorm_normalize(data, size, UNORM_NFD, 0, in TestCheckFCD()
712 length=unorm_normalize(in, 2, UNORM_NFD, 0, NULL, 0, &errorCode); in TestAPI()
719 length=unorm_normalize(in, 2, UNORM_NFD, 0, out, 3, &errorCode); in TestAPI()
728 length=unorm_normalize(NULL, 0, UNORM_NFC, 0, NULL, 0, &errorCode); in TestAPI()
[all …]
Dcallcoll.c953 unorm_normalize(X, -1, UNORM_NFD, 0, Y, 20, &status); in TestJB1401()
954 unorm_normalize(Y, -1, UNORM_NFC, 0, Z, 20, &status); in TestJB1401()
Dcmsccoll.c607 …nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status); in TestComposeDecompose()
608 …nfdSize = unorm_normalize(comp, len, UNORM_NFD, 0, t[noCases]->NFD, NORM_BUFFER_TEST_LEN, &status); in TestComposeDecompose()
/external/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp175 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(), in ToNFC()
190 int32_t destLength=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(), in call()
/external/icu/icu4c/source/common/unicode/
Dunorm.h212 unorm_normalize(const UChar *source, int32_t sourceLength,
Durename.h1134 #define unorm_normalize U_ICU_ENTRY_POINT_RENAME(unorm_normalize) macro
/external/icu/icu4c/source/common/
Dunorm.cpp95 unorm_normalize(const UChar *src, int32_t srcLength, in unorm_normalize() function
/external/icu/icu4c/source/i18n/
Dusearch.cpp849 int32_t size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, in checkExtraMatchAccents()
861 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm, in checkExtraMatchAccents()
1463 unorm_normalize(text + start, offset - start, UNORM_NFD, 0, accents, in doNextCanonicalPrefixMatch()
1737 unorm_normalize(text + baseoffset, textoffset - baseoffset, UNORM_NFD, in doNextCanonicalMatch()
2168 unorm_normalize(text + offset, end - offset, UNORM_NFD, 0, accents, in doPreviousCanonicalSuffixMatch()
2400 unorm_normalize(text + textoffset, baseoffset - textoffset, UNORM_NFD, in doPreviousCanonicalMatch()