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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode-private.hh 180 case 0x17: return hb_in_range<hb_codepoint_t> (ch, 0x17B4, 0x17B5);
181 case 0x18: return hb_in_range<hb_codepoint_t> (ch, 0x180B, 0x180E);
186 case 0xFE: return hb_in_range<hb_codepoint_t> (ch, 0xFE00, 0xFE0F) || ch == 0xFEFF;
187 case 0xFF: return hb_in_range<hb_codepoint_t> (ch, 0xFFF0, 0xFFF8) || ch == 0xFFA0;
195 case 0x01: return hb_in_range<hb_codepoint_t> (ch, 0x0001D173, 0x0001D17A);
196 case 0x0E: return hb_in_range<hb_codepoint_t> (ch, 0x000E0000, 0x000E0FFF);
hb-utf-private.hh 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff)))
128 if (text < end && ((l = *text), likely (hb_in_range<hb_codepoint_t> (l, 0xdc00, 0xdfff))))
148 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xdc00, 0xdfff)))
152 if (start < text && ((h = *(text - 1)), likely (hb_in_range<hb_codepoint_t> (h, 0xd800, 0xdbff))))
hb-ot-shape-complex-arabic.cc 60 if (likely (hb_in_range<hb_codepoint_t> (u, JOINING_TABLE_FIRST, JOINING_TABLE_LAST))) {
67 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1800, 0x18AF)))
69 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1880, 0x1886)))
80 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872)))
88 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x200C, 0x200D)))
hb-ot-shape-complex-thai.cc 55 if (hb_in_range<hb_codepoint_t> (u, 0x0E01, 0x0E2E))
73 if (u == 0x0E31 || hb_in_range<hb_codepoint_t> (u, 0x0E34, 0x0E37) ||
74 u == 0x0E47 || hb_in_range<hb_codepoint_t> (u, 0x0E4D, 0x0E4E))
76 if (hb_in_range<hb_codepoint_t> (u, 0x0E38, 0x0E3A))
78 if (hb_in_range<hb_codepoint_t> (u, 0x0E48, 0x0E4C))
hb-private.hh 789 hb_in_range (T u, T lo, T hi) function
802 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3);
hb-ot-shape-complex-indic.cc 204 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
210 unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
    [all...]
hb-ot-shape-complex-myanmar.cc 183 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xFE00, 0xFE0F)))
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 180 case 0x17: return hb_in_range<hb_codepoint_t> (ch, 0x17B4, 0x17B5);
181 case 0x18: return hb_in_range<hb_codepoint_t> (ch, 0x180B, 0x180E);
186 case 0xFE: return hb_in_range<hb_codepoint_t> (ch, 0xFE00, 0xFE0F) || ch == 0xFEFF;
187 case 0xFF: return hb_in_range<hb_codepoint_t> (ch, 0xFFF0, 0xFFF8) || ch == 0xFFA0;
195 case 0x01: return hb_in_range<hb_codepoint_t> (ch, 0x0001D173, 0x0001D17A);
196 case 0x0E: return hb_in_range<hb_codepoint_t> (ch, 0x000E0000, 0x000E0FFF);
hb-utf-private.hh 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff)))
128 if (text < end && ((l = *text), likely (hb_in_range<hb_codepoint_t> (l, 0xdc00, 0xdfff))))
148 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xdc00, 0xdfff)))
152 if (start < text && ((h = *(text - 1)), likely (hb_in_range<hb_codepoint_t> (h, 0xd800, 0xdbff))))
hb-ot-shape-complex-arabic.cc 60 if (likely (hb_in_range<hb_codepoint_t> (u, JOINING_TABLE_FIRST, JOINING_TABLE_LAST))) {
67 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1800, 0x18AF)))
69 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1880, 0x1886)))
80 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872)))
88 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x200C, 0x200D)))
hb-ot-shape-complex-thai.cc 55 if (hb_in_range<hb_codepoint_t> (u, 0x0E01, 0x0E2E))
73 if (u == 0x0E31 || hb_in_range<hb_codepoint_t> (u, 0x0E34, 0x0E37) ||
74 u == 0x0E47 || hb_in_range<hb_codepoint_t> (u, 0x0E4D, 0x0E4E))
76 if (hb_in_range<hb_codepoint_t> (u, 0x0E38, 0x0E3A))
78 if (hb_in_range<hb_codepoint_t> (u, 0x0E48, 0x0E4C))
hb-private.hh 789 hb_in_range (T u, T lo, T hi) function
802 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3);
hb-ot-shape-complex-indic.cc 204 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
210 unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
    [all...]
hb-ot-shape-complex-myanmar.cc 183 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xFE00, 0xFE0F)))

Completed in 131 milliseconds