Home
last modified time | relevance | path

Searched refs:__is_low_surrogate (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h85 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool __is_low_surrogate(char32_t __value) { in __is_low_surrogate() function
268 if (__unicode::__is_low_surrogate(__value)) [[unlikely]] in __consume()
272 …if (__first_ == __last_ || !__unicode::__is_low_surrogate(static_cast<char32_t>(*__first_))) [[unl… in __consume()