Searched refs:is_low_surrogate (Results 1 – 1 of 1) sorted by relevance
39 static inline constexpr bool is_low_surrogate(char16_t c16) { in is_low_surrogate() function52 } else if (is_low_surrogate(c16)) { in c16rtomb()58 if (!is_low_surrogate(c16)) { in c16rtomb()