Home
last modified time | relevance | path

Searched refs:hb_in_ranges (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-unicode-private.hh129 return unlikely (hb_in_ranges (unicode, in is_variation_selector()
184 case 0x20: return hb_in_ranges (ch, 0x200Bu, 0x200Fu, in is_default_ignorable()
196 case 0x01: return hb_in_ranges (ch, 0x1BCA0u, 0x1BCA3u, in is_default_ignorable()
Dhb-ot-shape-complex-hangul.cc113 #define isL(u) (hb_in_ranges ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu))
114 #define isV(u) (hb_in_ranges ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u))
115 #define isT(u) (hb_in_ranges ((u), 0x11A8u, 0x11FFu, 0xD7CBu, 0xD7FBu))
Dhb-ot-shape-complex-thai.cc313 #define IS_TONE_MARK(x) (hb_in_ranges ((x) & ~0x0080u, 0x0E34u, 0x0E37u, 0x0E47u, 0x0E4Eu, 0x0E31u,… in preprocess_text_thai()
Dhb-private.hh898 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() function
904 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() function
Dhb-ot-shape-complex-indic.cc183 else if (unlikely (hb_in_ranges (u, 0x0A72u, 0x0A73u, in set_indic_properties()
196 else if (unlikely (hb_in_ranges (u, 0xA8F2u, 0xA8F7u, in set_indic_properties()