HomeSort by relevance Sort by last modified time
    Searched defs:HB_IsHighSurrogate (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz/src/
harfbuzz-impl.h 72 #define HB_IsHighSurrogate(ucs) \
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 76 #define HB_IsHighSurrogate(ucs) \
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 491 #define HB_IsHighSurrogate(ucs) \
507 if (HB_IsHighSurrogate(v)) {
541 if (!HB_IsHighSurrogate(v2)) {
550 if (HB_IsHighSurrogate(v)) {
    [all...]

Completed in 70 milliseconds