Searched refs:u_countChar32 (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 206 if (u_countChar32 (normalized, len) == 1) { in hb_icu_unicode_compose() 232 len = u_countChar32 (decomposed, len); in hb_icu_unicode_decompose() 268 len = u_countChar32 (normalized, len); in hb_icu_unicode_decompose() 304 if (unlikely (u_countChar32 (recomposed, len) != 1)) in hb_icu_unicode_decompose()
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 1378 u_countChar32(buffer, -1)!=4 || in TestCountChar32() 1379 u_countChar32(buffer+1, -1)!=4 || in TestCountChar32() 1380 u_countChar32(buffer+2, -1)!=3 || in TestCountChar32() 1381 u_countChar32(buffer+3, -1)!=3 || in TestCountChar32() 1382 u_countChar32(buffer+4, -1)!=2 || in TestCountChar32() 1383 u_countChar32(buffer+5, -1)!=1 || in TestCountChar32() 1384 u_countChar32(buffer+6, -1)!=0 in TestCountChar32() 1390 if(u_countChar32(NULL, 5)!=0 || u_countChar32(buffer, -2)!=0) { in TestCountChar32()
|
/external/icu/icu4c/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 56 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest()
|
/external/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 87 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 108 u_countChar32(const UChar *s, int32_t length);
|
D | urename.h | 219 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) macro
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 61 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest()
|
/external/icu/icu4c/source/i18n/ |
D | affixpatternparser.cpp | 151 char32Count += u_countChar32(literal + start, len); in addLiteral()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 1005 u_countChar32(const UChar *s, int32_t length) { in u_countChar32() function
|
D | unistr.cpp | 800 return u_countChar32(getArrayStart()+start, length); in countChar32()
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 316 int32_t numCP=u_countChar32(m.getBuffer(), m.length()); in setRoundTripMapping()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 1120 int32_t count=u_countChar32(s, length); in _refStrHasMoreChar32Than()
|