Searched defs:hb_in_range (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-private.hh818 hb_in_range (T u, T lo, T hi) function
835 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2);
841 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3);

Completed in 84 milliseconds