Lines Matching refs:unlikely
330 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0953u, 0x0954u))) in set_indic_properties()
333 else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0A72u, 0x0A73u, in set_indic_properties()
338 else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CE2u, 0x1CE8u))) in set_indic_properties()
343 else if (unlikely (u == 0x1CEDu)) in set_indic_properties()
346 else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0xA8F2u, 0xA8F7u, in set_indic_properties()
353 else if (unlikely (u == 0x0A51u)) in set_indic_properties()
362 else if (unlikely (u == 0x11301u || u == 0x11303u)) cat = OT_SM; in set_indic_properties()
363 else if (unlikely (u == 0x1133Bu || u == 0x1133Cu)) cat = OT_N; in set_indic_properties()
365 …else if (unlikely (u == 0x0AFBu)) cat = OT_N; /* https://github.com/harfbuzz/harfbuzz/issues/552 */ in set_indic_properties()
366 …else if (unlikely (u == 0x0B55u)) cat = OT_N; /* https://github.com/harfbuzz/harfbuzz/issues/2849 … in set_indic_properties()
368 …else if (unlikely (u == 0x0980u)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/is… in set_indic_properties()
369 …else if (unlikely (u == 0x09FCu)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/pu… in set_indic_properties()
370 …else if (unlikely (u == 0x0C80u)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/pu… in set_indic_properties()
371 else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010u, 0x2011u))) in set_indic_properties()
373 else if (unlikely (u == 0x25CCu)) cat = OT_DOTTEDCIRCLE; in set_indic_properties()
395 if (unlikely (u == 0x0B01u)) pos = POS_BEFORE_SUB; /* Oriya Bindu is BeforeSub in the spec. */ in set_indic_properties()