Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dc16rtomb.cpp39 static inline constexpr bool is_low_surrogate(char16_t c16) { in is_low_surrogate() function
52 } else if (is_low_surrogate(c16)) { in c16rtomb()
58 if (!is_low_surrogate(c16)) { in c16rtomb()