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

/external/v8/src/
H A Dunicode-inl.h88 if (Utf16::IsSurrogatePair(previous, c)) {
H A Dunicode.h96 static inline bool IsSurrogatePair(int lead, int trail) { function in class:unibrow::Utf16
H A Dapi.cc5664 if (unibrow::Utf16::IsSurrogatePair(last_character, character)) {

Completed in 166 milliseconds