Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DUnicode.cpp288 static constexpr bool is_surrogate_pair(char16_t w1, char16_t w2) { in is_surrogate_pair() function
318 if (in < end && is_surrogate_pair(w, *in)) { in utf16_to_utf8_length()
369 if (in < in_end && (w2 = *in, is_surrogate_pair(w, w2))) { in utf16_to_utf8()