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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 113 #define isL(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu))
114 #define isV(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u))
115 #define isT(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x11A8u, 0x11FFu, 0xD7CBu, 0xD7FBu))
hb-unicode-private.hh 129 return unlikely (hb_in_ranges<hb_codepoint_t> (unicode,
185 case 0x20: return hb_in_ranges<hb_codepoint_t> (ch, 0x200Bu, 0x200Fu,
hb-ot-shape-complex-thai.cc 314 #define IS_TONE_MARK(x) (hb_in_ranges<hb_codepoint_t> ((x) & ~0x0080u, 0x0E34u, 0x0E37u, 0x0E47u, 0x0E4Eu, 0x0E31u, 0x0E31u))
hb-private.hh 680 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) function
686 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) function
hb-ot-shape-complex-indic.cc 183 else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0A72u, 0x0A73u,
196 else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0xA8F2u, 0xA8F7u,
    [all...]

Completed in 808 milliseconds