Home
last modified time | relevance | path

Searched refs:IsLeadSurrogate (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/strings/
H A Dunicode-inl.h65 if (IsLeadSurrogate(code_unit)) { in HasUnpairedSurrogate()
154 DCHECK(!Utf16::IsLeadSurrogate(Utf16::kNoPreviousCharacter)); in Encode()
162 (Utf16::IsLeadSurrogate(c) || Utf16::IsTrailSurrogate(c))) { in Encode()
195 DCHECK(!Utf16::IsLeadSurrogate(Utf16::kNoPreviousCharacter)); in Length()
H A Dunicode.h103 return IsLeadSurrogate(lead) && IsTrailSurrogate(trail); in IsSurrogatePair()
105 static inline bool IsLeadSurrogate(int code) { in IsLeadSurrogate() function in unibrow::Utf16
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc389 DCHECK(!unibrow::Utf16::IsLeadSurrogate(c0)); in ReadNext()
403 unibrow::Utf16::IsLeadSurrogate(c0)) { in ReadNext()
1409 if (result && unicode() && unibrow::Utf16::IsLeadSurrogate(*value) && in ParseUnicodeEscape()
2058 DCHECK(unibrow::Utf16::IsLeadSurrogate(lead_surrogate)); in AddLeadSurrogate()
2069 DCHECK(unibrow::Utf16::IsLeadSurrogate(lead_surrogate)); in AddTrailSurrogate()
2144 } else if (unicode() && unibrow::Utf16::IsLeadSurrogate(c)) { in AddUnicodeCharacter()
H A Dregexp-compiler-tonode.cc774 !unibrow::Utf16::IsLeadSurrogate(atom->data().at(0))); in RationalizeConsecutiveAtoms()
787 !unibrow::Utf16::IsLeadSurrogate(alt_atom->data().at(0))); in RationalizeConsecutiveAtoms()
H A Dregexp.cc1128 unibrow::Utf16::IsLeadSurrogate(subject_->Get(last_index)) && in AdvanceZeroLength()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.h541 DCHECK(!unibrow::Utf16::IsLeadSurrogate(kEndOfInput)); in CombineSurrogatePair()
542 if (unibrow::Utf16::IsLeadSurrogate(c0_)) { in CombineSurrogatePair()
/third_party/node/deps/v8/src/api/
H A Dapi.cc5647 unibrow::Utf16::IsLeadSurrogate(character) &&

Completed in 33 milliseconds