Home
last modified time | relevance | path

Searched refs:u_countChar32 (Results 1 – 22 of 22) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-icu.cc202 if (u_countChar32 (normalized, len) == 1) { in hb_icu_unicode_compose()
229 len = u_countChar32 (decomposed, len); in hb_icu_unicode_decompose()
265 len = u_countChar32 (normalized, len); in hb_icu_unicode_decompose()
301 if (unlikely (u_countChar32 (recomposed, len) != 1)) in hb_icu_unicode_decompose()
/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp1388 u_countChar32(buffer, -1)!=4 || in TestCountChar32()
1389 u_countChar32(buffer+1, -1)!=4 || in TestCountChar32()
1390 u_countChar32(buffer+2, -1)!=3 || in TestCountChar32()
1391 u_countChar32(buffer+3, -1)!=3 || in TestCountChar32()
1392 u_countChar32(buffer+4, -1)!=2 || in TestCountChar32()
1393 u_countChar32(buffer+5, -1)!=1 || in TestCountChar32()
1394 u_countChar32(buffer+6, -1)!=0 in TestCountChar32()
1400 if(u_countChar32(NULL, 5)!=0 || u_countChar32(buffer, -2)!=0) { in TestCountChar32()
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt25 u_countChar32
Dlibicu_export.txt27 u_countChar32
/external/icu/libicu/
Dlibicu.map.txt26 u_countChar32;
/external/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp60 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest()
/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp91 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest()
/external/icu/libicu/ndk_headers/unicode/
Dustring.h111 u_countChar32(const UChar *s, int32_t length) __INTRODUCED_IN(31);
Durename.h222 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h110 u_countChar32(const UChar *s, int32_t length);
Durename.h222 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) macro
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp65 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest()
/external/icu/libandroidicu/include/unicode/
Dustring.h110 u_countChar32(const UChar *s, int32_t length);
Durename.h222 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h110 u_countChar32(const UChar *s, int32_t length);
/external/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp104 return u_countChar32(getCharPtr() + fZero, fLength); in codePointCount()
/external/icu/libicu/src/
Dshim.cpp28 #undef u_countChar32
314 int32_t u_countChar32(const UChar * s, int32_t length) { in u_countChar32() function
315 return U_ICU_ENTRY_POINT_RENAME(u_countChar32)(s, length); in u_countChar32()
/external/icu/libandroidicu/static_shim/
Dshim.cpp86 return u_countChar32(s, length); in u_countChar32_android()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp191 int32_t numCP=u_countChar32(toUCharPtr(m.getBuffer()), m.length()); in setRoundTripMapping()
/external/icu/icu4c/source/common/
Dustring.cpp1008 u_countChar32(const UChar *s, int32_t length) { in u_countChar32() function
Dunistr.cpp828 return u_countChar32(getArrayStart()+start, length); in countChar32()
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c1185 int32_t count=u_countChar32(s, length); in _refStrHasMoreChar32Than()