Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DUnicode.cpp283 static constexpr bool is_any_surrogate(char16_t w) { in is_any_surrogate() function
314 if (!is_any_surrogate(w)) [[likely]] { in utf16_to_utf8_length()
360 if (!is_any_surrogate(w)) [[likely]] { in utf16_to_utf8()