Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dc16rtomb.cpp35 static inline constexpr bool is_high_surrogate(char16_t c16) { in is_high_surrogate() function
47 if (is_high_surrogate(c16)) { in c16rtomb()