Home | History | Annotate | Download | only in src

Lines Matching refs:IsUtf16SurrogatePair

2779 inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) {
2818 } else if (i + 1 < num_chars && IsUtf16SurrogatePair(str[i], str[i + 1])) {