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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 99 #define isCombiningL(u) (hb_in_range ((u), LBase, LBase+LCount-1))
259 if (isCombiningL (l) && isCombiningV (v) && (t == 0 || isCombiningT (t)))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 99 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
259 if (isCombiningL (l) && isCombiningV (v) && (t == 0 || isCombiningT (t)))

Completed in 546 milliseconds