Searched refs:hb_in_range (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-unicode-private.hh | 176 case 0x17: return hb_in_range<hb_codepoint_t> (ch, 0x17B4, 0x17B5); in is_default_ignorable() 177 case 0x18: return hb_in_range<hb_codepoint_t> (ch, 0x180B, 0x180E); in is_default_ignorable() 182 case 0xFE: return hb_in_range<hb_codepoint_t> (ch, 0xFE00, 0xFE0F) || ch == 0xFEFF; in is_default_ignorable() 183 case 0xFF: return hb_in_range<hb_codepoint_t> (ch, 0xFFF0, 0xFFF8) || ch == 0xFFA0; in is_default_ignorable() 191 case 0x01: return hb_in_range<hb_codepoint_t> (ch, 0x0001D173, 0x0001D17A); in is_default_ignorable() 192 case 0x0E: return hb_in_range<hb_codepoint_t> (ch, 0x000E0000, 0x000E0FFF); in is_default_ignorable()
|
D | hb-utf-private.hh | 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff))) in hb_utf_next() 128 if (text < end && ((l = *text), likely (hb_in_range<hb_codepoint_t> (l, 0xdc00, 0xdfff)))) in hb_utf_next() 148 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xdc00, 0xdfff))) in hb_utf_prev() 152 … if (start < text && ((h = *(text - 1)), likely (hb_in_range<hb_codepoint_t> (h, 0xd800, 0xdbff)))) in hb_utf_prev()
|
D | hb-ot-shape-complex-thai.cc | 55 if (hb_in_range<hb_codepoint_t> (u, 0x0E01, 0x0E2E)) in get_consonant_type() 73 if (u == 0x0E31 || hb_in_range<hb_codepoint_t> (u, 0x0E34, 0x0E37) || in get_mark_type() 74 u == 0x0E47 || hb_in_range<hb_codepoint_t> (u, 0x0E4D, 0x0E4E)) in get_mark_type() 76 if (hb_in_range<hb_codepoint_t> (u, 0x0E38, 0x0E3A)) in get_mark_type() 78 if (hb_in_range<hb_codepoint_t> (u, 0x0E48, 0x0E4C)) in get_mark_type()
|
D | hb-ot-shape-complex-arabic.cc | 60 if (likely (hb_in_range<hb_codepoint_t> (u, JOINING_TABLE_FIRST, JOINING_TABLE_LAST))) { in get_joining_type() 67 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1800, 0x18AF))) in get_joining_type() 69 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1880, 0x1886))) in get_joining_type() 80 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872))) in get_joining_type() 88 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x200C, 0x200D))) in get_joining_type()
|
D | hb-private.hh | 789 hb_in_range (T u, T lo, T hi) in hb_in_range() function 802 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
|
D | hb-ot-shape-complex-indic.cc | 204 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954))) in set_indic_properties() 210 unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */ in set_indic_properties() 1595 if ((ab == 0x0DDA || hb_in_range<hb_codepoint_t> (ab, 0x0DDC, 0x0DDE))) in decompose_indic()
|
D | hb-ot-shape-complex-myanmar.cc | 183 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xFE00, 0xFE0F))) in set_myanmar_properties()
|