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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-icu.cc205 if (u_countChar32 (normalized, len) == 1) {
231 len = u_countChar32 (decomposed, len);
267 len = u_countChar32 (normalized, len);
303 if (unlikely (u_countChar32 (recomposed, len) != 1))
/external/harfbuzz_ng/src/
H A Dhb-icu.cc205 if (u_countChar32 (normalized, len) == 1) {
231 len = u_countChar32 (decomposed, len);
267 len = u_countChar32 (normalized, len);
303 if (unlikely (u_countChar32 (recomposed, len) != 1))
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp58 countInputCodePoints = u_countChar32(buffer, bufferLen);
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp58 countInputCodePoints = u_countChar32(buffer, bufferLen);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1374 // note that this also calls and tests u_countChar32(length>=0)
1385 // NUL-terminate the string buffer and test u_countChar32(length=-1)
1388 u_countChar32(buffer, -1)!=4 ||
1389 u_countChar32(buffer+1, -1)!=4 ||
1390 u_countChar32(buffer+2, -1)!=3 ||
1391 u_countChar32(buffer+3, -1)!=3 ||
1392 u_countChar32(buffer+4, -1)!=2 ||
1393 u_countChar32(buffer+5, -1)!=1 ||
1394 u_countChar32(buffer+6, -1)!=0
1396 errln("u_countChar32(lengt
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1374 // note that this also calls and tests u_countChar32(length>=0)
1385 // NUL-terminate the string buffer and test u_countChar32(length=-1)
1388 u_countChar32(buffer, -1)!=4 ||
1389 u_countChar32(buffer+1, -1)!=4 ||
1390 u_countChar32(buffer+2, -1)!=3 ||
1391 u_countChar32(buffer+3, -1)!=3 ||
1392 u_countChar32(buffer+4, -1)!=2 ||
1393 u_countChar32(buffer+5, -1)!=1 ||
1394 u_countChar32(buffer+6, -1)!=0
1396 errln("u_countChar32(lengt
[all...]
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp88 countInputCodePoints = u_countChar32(buffer, bufferLen);
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp88 countInputCodePoints = u_countChar32(buffer, bufferLen);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h108 u_countChar32(const UChar *s, int32_t length);
117 * Logically equivalent to (u_countChar32(s, length)>number).
125 * than 'number'. Same as (u_countChar32(s, length)>number).
H A Durename.h226 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) macro
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp62 countInputCodePoints = u_countChar32(buffer, bufferLen);
/external/icu/icu4c/source/common/unicode/
H A Dustring.h108 u_countChar32(const UChar *s, int32_t length);
117 * Logically equivalent to (u_countChar32(s, length)>number).
125 * than 'number'. Same as (u_countChar32(s, length)>number).
H A Durename.h218 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) macro
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp62 countInputCodePoints = u_countChar32(buffer, bufferLen);
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp1005 u_countChar32(const UChar *s, int32_t length) { function
H A Dunistr.cpp737 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
738 return u_countChar32(getArrayStart()+start, length);
/external/icu/icu4c/source/common/
H A Dustring.cpp1005 u_countChar32(const UChar *s, int32_t length) { function
H A Dunistr.cpp737 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
738 return u_countChar32(getArrayStart()+start, length);
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp315 int32_t numCP=u_countChar32(m.getBuffer(), m.length());
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp315 int32_t numCP=u_countChar32(m.getBuffer(), m.length());
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c1125 int32_t count=u_countChar32(s, length);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c1121 int32_t count=u_countChar32(s, length);

Completed in 2315 milliseconds