Home
last modified time | relevance | path

Searched refs:hb_in_range (Results 1 – 15 of 15) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-utf-private.hh51 if (hb_in_range (c, 0xC2u, 0xDFu)) /* Two-byte */ in next()
63 else if (hb_in_range (c, 0xE0u, 0xEFu)) /* Three-byte */ in next()
71 if (unlikely (c < 0x0800u || hb_in_range (c, 0xD800u, 0xDFFFu))) in next()
78 else if (hb_in_range (c, 0xF0u, 0xF4u)) /* Four-byte */ in next()
87 if (unlikely (!hb_in_range (c, 0x10000u, 0x10FFFFu))) in next()
143 if (likely (!hb_in_range (c, 0xD800u, 0xDFFFu))) in next()
153 if (likely (hb_in_range (l, 0xDC00u, 0xDFFFu))) in next()
175 if (likely (!hb_in_range (c, 0xD800u, 0xDFFFu))) in prev()
185 if (likely (hb_in_range (h, 0xD800u, 0xDBFFu))) in prev()
Dhb-unicode-private.hh182 case 0x17: return hb_in_range (ch, 0x17B4u, 0x17B5u); in is_default_ignorable()
183 case 0x18: return hb_in_range (ch, 0x180Bu, 0x180Eu); in is_default_ignorable()
187 case 0xFE: return hb_in_range (ch, 0xFE00u, 0xFE0Fu) || ch == 0xFEFFu; in is_default_ignorable()
188 case 0xFF: return hb_in_range (ch, 0xFFF0u, 0xFFF8u); in is_default_ignorable()
198 case 0x0E: return hb_in_range (ch, 0xE0000u, 0xE0FFFu); in is_default_ignorable()
Dhb-ot-shape-complex-thai.cc55 if (hb_in_range (u, 0x0E01u, 0x0E2Eu)) in get_consonant_type()
73 if (u == 0x0E31u || hb_in_range (u, 0x0E34u, 0x0E37u) || in get_mark_type()
74 u == 0x0E47u || hb_in_range (u, 0x0E4Du, 0x0E4Eu)) in get_mark_type()
76 if (hb_in_range (u, 0x0E38u, 0x0E3Au)) in get_mark_type()
78 if (hb_in_range (u, 0x0E48u, 0x0E4Cu)) in get_mark_type()
Dhb-ot-shape-complex-hangul.cc108 #define isCombiningL(u) (hb_in_range ((u), LBase, LBase+LCount-1))
109 #define isCombiningV(u) (hb_in_range ((u), VBase, VBase+VCount-1))
110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
111 #define isCombinedS(u) (hb_in_range ((u), SBase, SBase+SCount-1))
117 #define isHangulTone(u) (hb_in_range ((u), 0x302Eu, 0x302Fu))
Dhb-ot-shape-complex-arabic-table.hh142 … if (hb_in_range (u, 0x0600u, 0x08E2u)) return joining_table[u - 0x0600u + joining_offset_0x0600u]; in joining_type()
146 … if (hb_in_range (u, 0x1806u, 0x18AAu)) return joining_table[u - 0x1806u + joining_offset_0x1806u]; in joining_type()
150 … if (hb_in_range (u, 0x200Cu, 0x2069u)) return joining_table[u - 0x200Cu + joining_offset_0x200cu]; in joining_type()
154 … if (hb_in_range (u, 0xA840u, 0xA873u)) return joining_table[u - 0xA840u + joining_offset_0xa840u]; in joining_type()
158 …if (hb_in_range (u, 0x10AC0u, 0x10AEFu)) return joining_table[u - 0x10AC0u + joining_offset_0x10ac… in joining_type()
159 …if (hb_in_range (u, 0x10B80u, 0x10BAFu)) return joining_table[u - 0x10B80u + joining_offset_0x10b8… in joining_type()
163 …if (hb_in_range (u, 0x1E900u, 0x1E943u)) return joining_table[u - 0x1E900u + joining_offset_0x1e90… in joining_type()
Dhb-ot-shape-complex-arabic.cc100 #define FEATURE_IS_SYRIAC(tag) hb_in_range<unsigned char> ((unsigned char) (tag), '2', '3')
348 if (unlikely (hb_in_range (info[i].codepoint, 0x180Bu, 0x180Du))) in mongolian_variation_selectors()
479 if (!hb_in_range<unsigned> (info[i - 1].arabic_shaping_action(), STCH_FIXED, STCH_REPEATING)) in apply_stch()
500 hb_in_range<unsigned> (info[i - 1].arabic_shaping_action(), STCH_FIXED, STCH_REPEATING)) in apply_stch()
518 … !hb_in_range<unsigned> (info[context - 1].arabic_shaping_action(), STCH_FIXED, STCH_REPEATING) && in apply_stch()
Dhb-ot-shape-complex-use-table.cc647 if (hb_in_range (u, 0x0028u, 0x003Fu)) return use_table[u - 0x0028u + use_offset_0x0028u]; in hb_use_get_categories()
648 if (hb_in_range (u, 0x00A0u, 0x00D7u)) return use_table[u - 0x00A0u + use_offset_0x00a0u]; in hb_use_get_categories()
649 if (hb_in_range (u, 0x0900u, 0x0DF7u)) return use_table[u - 0x0900u + use_offset_0x0900u]; in hb_use_get_categories()
654 if (hb_in_range (u, 0x1000u, 0x109Fu)) return use_table[u - 0x1000u + use_offset_0x1000u]; in hb_use_get_categories()
655 if (hb_in_range (u, 0x1700u, 0x17EFu)) return use_table[u - 0x1700u + use_offset_0x1700u]; in hb_use_get_categories()
656 if (hb_in_range (u, 0x1900u, 0x1A9Fu)) return use_table[u - 0x1900u + use_offset_0x1900u]; in hb_use_get_categories()
657 if (hb_in_range (u, 0x1B00u, 0x1C4Fu)) return use_table[u - 0x1B00u + use_offset_0x1b00u]; in hb_use_get_categories()
658 if (hb_in_range (u, 0x1CD0u, 0x1CFFu)) return use_table[u - 0x1CD0u + use_offset_0x1cd0u]; in hb_use_get_categories()
659 if (hb_in_range (u, 0x1DF8u, 0x1DFFu)) return use_table[u - 0x1DF8u + use_offset_0x1df8u]; in hb_use_get_categories()
663 if (hb_in_range (u, 0x2008u, 0x2017u)) return use_table[u - 0x2008u + use_offset_0x2008u]; in hb_use_get_categories()
[all …]
Dhb-private.hh883 hb_in_range (T u, T lo, T hi) in hb_in_range() function
900 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges()
906 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
Dhb-ot-layout-private.hh276 if (unlikely (hb_in_range (u, 0x180Bu, 0x180Du))) props |= UPROPS_MASK_FVS; in _hb_glyph_info_set_unicode_props()
303 if (unlikely (hb_in_range (u, 0x1F3FBu, 0x1F3FFu))) in _hb_glyph_info_set_unicode_props()
Dhb-ot-shape-complex-indic-table.cc401 if (hb_in_range (u, 0x0028u, 0x003Fu)) return indic_table[u - 0x0028u + indic_offset_0x0028u]; in hb_indic_get_categories()
402 if (hb_in_range (u, 0x00B0u, 0x00D7u)) return indic_table[u - 0x00B0u + indic_offset_0x00b0u]; in hb_indic_get_categories()
403 if (hb_in_range (u, 0x0900u, 0x0DF7u)) return indic_table[u - 0x0900u + indic_offset_0x0900u]; in hb_indic_get_categories()
408 if (hb_in_range (u, 0x1000u, 0x109Fu)) return indic_table[u - 0x1000u + indic_offset_0x1000u]; in hb_indic_get_categories()
409 if (hb_in_range (u, 0x1780u, 0x17EFu)) return indic_table[u - 0x1780u + indic_offset_0x1780u]; in hb_indic_get_categories()
410 if (hb_in_range (u, 0x1CD0u, 0x1CFFu)) return indic_table[u - 0x1CD0u + indic_offset_0x1cd0u]; in hb_indic_get_categories()
414 if (hb_in_range (u, 0x2008u, 0x2017u)) return indic_table[u - 0x2008u + indic_offset_0x2008u]; in hb_indic_get_categories()
415 if (hb_in_range (u, 0x2070u, 0x2087u)) return indic_table[u - 0x2070u + indic_offset_0x2070u]; in hb_indic_get_categories()
420 if (hb_in_range (u, 0xA8E0u, 0xA8F7u)) return indic_table[u - 0xA8E0u + indic_offset_0xa8e0u]; in hb_indic_get_categories()
421 if (hb_in_range (u, 0xA9E0u, 0xA9FFu)) return indic_table[u - 0xA9E0u + indic_offset_0xa9e0u]; in hb_indic_get_categories()
[all …]
Dhb-ot-shape-complex-indic.cc180 if (unlikely (hb_in_range (u, 0x0953u, 0x0954u))) in set_indic_properties()
188 else if (unlikely (hb_in_range (u, 0x1CE2u, 0x1CE8u))) in set_indic_properties()
204 else if (unlikely (hb_in_range (u, 0x2010u, 0x2011u))) in set_indic_properties()
1741 if ((ab == 0x0DDAu || hb_in_range (ab, 0x0DDCu, 0x0DDEu))) in decompose_indic()
Dhb-coretext.cc749 if (hb_in_range (c, 0x10000u, 0x10FFFFu)) in _hb_coretext_shape()
1001 if (hb_in_range<UniChar> (ch, 0xDC00u, 0xDFFFu) && range.location < j) in _hb_coretext_shape()
1004 if (hb_in_range<UniChar> (ch, 0xD800u, 0xDBFFu)) in _hb_coretext_shape()
Dhb-ot-shape-complex-myanmar.cc178 if (unlikely (hb_in_range (u, 0xFE00u, 0xFE0Fu))) in set_myanmar_properties()
Dhb-directwrite.cc602 if (hb_in_range(c, 0x10000u, 0x10FFFFu)) in _hb_directwrite_shape_full()
Dhb-uniscribe.cc792 if (hb_in_range (c, 0x10000u, 0x10FFFFu)) in _hb_uniscribe_shape()