Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode-inl.h89 if (Utf16::IsSurrogatePair(previous, c)) { in Encode()
132 if (Utf16::IsSurrogatePair(previous, c)) { in Length()
Dunicode.h102 static inline bool IsSurrogatePair(int lead, int trail) { in IsSurrogatePair() function
Dapi.cc5440 if (unibrow::Utf16::IsSurrogatePair(last_character, character)) { in WriteEndCharacter()