Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Dunicode-inl.h155 if (Utf16::IsSurrogatePair(previous, c)) { in Encode()
196 if (Utf16::IsSurrogatePair(previous, c)) { in Length()
Dunicode.h102 static inline bool IsSurrogatePair(int lead, int trail) { in IsSurrogatePair() function
/third_party/node/deps/v8/src/api/
Dapi.cc5633 if (unibrow::Utf16::IsSurrogatePair(prev_char, character)) { in WriteUtf8Impl()