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

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

Completed in 1175 milliseconds