Lines Matching refs:unlikely
327 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0953u, 0x0954u))) in set_indic_properties()
330 else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0A72u, 0x0A73u, in set_indic_properties()
335 else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CE2u, 0x1CE8u))) in set_indic_properties()
340 else if (unlikely (u == 0x1CEDu)) in set_indic_properties()
343 else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0xA8F2u, 0xA8F7u, in set_indic_properties()
350 else if (unlikely (u == 0x0A51u)) in set_indic_properties()
359 else if (unlikely (u == 0x11301u || u == 0x11303u)) cat = OT_SM; in set_indic_properties()
360 else if (unlikely (u == 0x1133cu)) cat = OT_N; in set_indic_properties()
362 …else if (unlikely (u == 0x0AFBu)) cat = OT_N; /* https://github.com/harfbuzz/harfbuzz/issues/552 */ in set_indic_properties()
364 …else if (unlikely (u == 0x0980u)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/is… in set_indic_properties()
365 …else if (unlikely (u == 0x0C80u)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/pu… in set_indic_properties()
366 else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010u, 0x2011u))) in set_indic_properties()
368 else if (unlikely (u == 0x25CCu)) cat = OT_DOTTEDCIRCLE; in set_indic_properties()
390 if (unlikely (u == 0x0B01u)) pos = POS_BEFORE_SUB; /* Oriya Bindu is BeforeSub in the spec. */ in set_indic_properties()