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

  /external/harfbuzz_ng/src/
hb-unicode-private.hh 119 return unlikely (hb_in_ranges<hb_codepoint_t> (unicode,
178 case 0x20: return hb_in_ranges<hb_codepoint_t> (ch, 0x200B, 0x200F,
hb-ot-shape-complex-thai.cc 314 #define IS_TONE_MARK(x) (hb_in_ranges<hb_codepoint_t> ((x) & ~0x0080, 0x0E34, 0x0E37, 0x0E47, 0x0E4E, 0x0E31, 0x0E31))
hb-private.hh 800 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) function

Completed in 59 milliseconds