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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode-private.hh 127 return unlikely (hb_in_ranges (unicode,
182 case 0x20: return hb_in_ranges (ch, 0x200Bu, 0x200Fu,
194 case 0x01: return hb_in_ranges (ch, 0x1BCA0u, 0x1BCA3u,
hb-ot-shape-complex-hangul.cc 113 #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))
hb-ot-shape-complex-thai.cc 314 #define IS_TONE_MARK(x) (hb_in_ranges ((x) & ~0x0080u, 0x0E34u, 0x0E37u, 0x0E47u, 0x0E4Eu, 0x0E31u, 0x0E31u))
hb-private.hh 872 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) function
878 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) function
hb-ot-shape-complex-indic.cc 190 if (unlikely (hb_in_ranges (u, 0x0951u, 0x0952u,
199 else if (unlikely (hb_in_ranges (u, 0x0A72u, 0x0A73u,
212 else if (unlikely (hb_in_ranges (u, 0xA8F2u, 0xA8F7u,
    [all...]
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 127 return unlikely (hb_in_ranges (unicode,
182 case 0x20: return hb_in_ranges (ch, 0x200Bu, 0x200Fu,
194 case 0x01: return hb_in_ranges (ch, 0x1BCA0u, 0x1BCA3u,
hb-ot-shape-complex-hangul.cc 104 #define isL(u) (hb_in_ranges ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu))
105 #define isV(u) (hb_in_ranges ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u))
106 #define isT(u) (hb_in_ranges ((u), 0x11A8u, 0x11FFu, 0xD7CBu, 0xD7FBu))
hb-ot-shape-complex-thai.cc 314 #define IS_TONE_MARK(x) (hb_in_ranges ((x) & ~0x0080u, 0x0E34u, 0x0E37u, 0x0E47u, 0x0E4Eu, 0x0E31u, 0x0E31u))
hb-private.hh 822 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) function
828 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) function
hb-ot-shape-complex-indic.cc 190 if (unlikely (hb_in_ranges (u, 0x0951u, 0x0952u,
199 else if (unlikely (hb_in_ranges (u, 0x0A72u, 0x0A73u,
212 else if (unlikely (hb_in_ranges (u, 0xA8F2u, 0xA8F7u,
    [all...]

Completed in 164 milliseconds