Lines Matching full:unlikely
168 if (__last_ - __first_ < 2 || !__unicode::__is_continuation(__first_ + 1, 1)) [[unlikely]]
176 if (__value < 0x0080) [[unlikely]]
183 if (__last_ - __first_ < 3 || !__unicode::__is_continuation(__first_ + 1, 2)) [[unlikely]]
193 if (__value < 0x0800) [[unlikely]]
197 if (__unicode::__is_surrogate(__value)) [[unlikely]]
204 if (__last_ - __first_ < 4 || !__unicode::__is_continuation(__first_ + 1, 3)) [[unlikely]]
216 if (__value < 0x10000) [[unlikely]]
220 if (!__unicode::__is_code_point(__value)) [[unlikely]]
268 if (__unicode::__is_low_surrogate(__value)) [[unlikely]]
272 if (__first_ == __last_ || !__unicode::__is_low_surrogate(static_cast<char32_t>(*__first_))) [[unlikely]]
280 if (!__unicode::__is_code_point(__value)) [[unlikely]]
284 if (!__unicode::__is_scalar_value(__value)) [[unlikely]]