Searched refs:IsTrailSurrogate (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dunicode-inl.h96 Utf16::IsTrailSurrogate(c))) {
130 if (Utf16::IsTrailSurrogate(c) &&
H A Dunicode.h97 return IsLeadSurrogate(lead) && IsTrailSurrogate(trail);
103 static inline bool IsTrailSurrogate(int code) { function in class:unibrow::Utf16
H A Dapi.cc4900 if (unibrow::Utf16::IsTrailSurrogate(chars[0])) {
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc975 static inline bool IsTrailSurrogate(uint32 code_point) { function in namespace:google::protobuf::io
983 GOOGLE_DCHECK(IsTrailSurrogate(trail_surrogate));
1014 IsTrailSurrogate(trail_surrogate)) {
/external/v8/src/regexp/
H A Dregexp-macro-assembler.cc56 if (unibrow::Utf16::IsTrailSurrogate(c1t) &&
57 unibrow::Utf16::IsTrailSurrogate(c2t)) {
H A Dregexp-parser.cc55 if (unibrow::Utf16::IsTrailSurrogate(c1)) {
1038 unibrow::Utf16::IsTrailSurrogate(trail)) {
1532 DCHECK(unibrow::Utf16::IsTrailSurrogate(trail_surrogate));
1616 } else if (unicode() && unibrow::Utf16::IsTrailSurrogate(c)) {
H A Djsregexp.cc710 unibrow::Utf16::IsTrailSurrogate(subject_->Get(last_index + 1))) {
/external/v8/src/parsing/
H A Dscanner.h610 if (!unibrow::Utf16::IsTrailSurrogate(c1)) {

Completed in 128 milliseconds