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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc 314 #define IS_TONE_MARK(x) (hb_in_ranges ((x) & ~0x0080u, 0x0E34u, 0x0E37u, 0x0E47u, 0x0E4Eu, 0x0E31u, 0x0E31u))
339 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 314 #define IS_TONE_MARK(x) (hb_in_ranges ((x) & ~0x0080u, 0x0E34u, 0x0E37u, 0x0E47u, 0x0E4Eu, 0x0E31u, 0x0E31u))
339 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))

Completed in 61 milliseconds