HomeSort by relevance Sort by last modified time
    Searched refs:u_countChar32 (Results 1 - 12 of 12) sorted by null

  /external/harfbuzz_ng/src/
hb-icu.cc 206 if (u_countChar32 (normalized, len) == 1) {
232 len = u_countChar32 (decomposed, len);
268 len = u_countChar32 (normalized, len);
304 if (unlikely (u_countChar32 (recomposed, len) != 1))
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 60 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 91 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/icu/icu4c/source/common/unicode/
ustring.h 110 u_countChar32(const UChar *s, int32_t length);
119 * Logically equivalent to (u_countChar32(s, length)>number).
127 * than 'number'. Same as (u_countChar32(s, length)>number).
    [all...]
urename.h 221 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32)
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 65 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/icu/icu4c/source/i18n/
affixpatternparser.cpp 155 char32Count += u_countChar32(literal + start, len);
  /external/icu/icu4c/source/common/
ustring.cpp 1007 u_countChar32(const UChar *s, int32_t length) {
    [all...]
unistr.cpp 828 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
829 return u_countChar32(getArrayStart()+start, length);
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 318 int32_t numCP=u_countChar32(m.getBuffer(), m.length());
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c     [all...]

Completed in 171 milliseconds