Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode-inl.h91 if (Utf16::IsTrailSurrogate(c) && in Encode()
129 if (Utf16::IsTrailSurrogate(c) && in Length()
Dunicode.h124 static inline bool IsTrailSurrogate(int code) { in IsTrailSurrogate() function
Dhandles.cc923 if (unibrow::Utf16::IsTrailSurrogate(p[from])) { in Utf8LengthHelper()
Dapi.cc3891 if (unibrow::Utf16::IsTrailSurrogate(c) && in WriteUtf8()