Searched refs:is_high_surrogate (Results 1 – 1 of 1) sorted by relevance
35 static inline constexpr bool is_high_surrogate(char16_t c16) { in is_high_surrogate() function47 if (is_high_surrogate(c16)) { in c16rtomb()