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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 101 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
253 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
259 if (isCombiningL (l) && isCombiningV (v) && (t == 0 || isCombiningT (t)))
307 isCombiningT (buffer->cur(+1).codepoint))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 101 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1))
253 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
259 if (isCombiningL (l) && isCombiningV (v) && (t == 0 || isCombiningT (t)))
307 isCombiningT (buffer->cur(+1).codepoint))

Completed in 84 milliseconds