Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds