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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu.cc 205 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/
hb-icu.cc 205 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/
utrie2perf.cpp 58 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 58 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 88 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 88 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 108 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).
    [all...]
urename.h 226 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 62 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/icu/icu4c/source/common/unicode/
ustring.h 108 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).
    [all...]
urename.h 218 #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32)
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 62 countInputCodePoints = u_countChar32(buffer, bufferLen);
  /external/chromium_org/third_party/icu/source/common/
ustring.cpp 1005 u_countChar32(const UChar *s, int32_t length) {
    [all...]
unistr.cpp 737 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
738 return u_countChar32(getArrayStart()+start, length);
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 1005 u_countChar32(const UChar *s, int32_t length) {
    [all...]
unistr.cpp 737 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
738 return u_countChar32(getArrayStart()+start, length);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 315 int32_t numCP=u_countChar32(m.getBuffer(), m.length());
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 315 int32_t numCP=u_countChar32(m.getBuffer(), m.length());
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c     [all...]

Completed in 923 milliseconds