Home
last modified time | relevance | path

Searched refs:kTrailSurrogateEnd (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/regexp/
Dregexp-macro-assembler.h17 static const uc32 kTrailSurrogateEnd = 0xdfff; variable
Dregexp-macro-assembler.cc96 CheckCharacterNotInRange(kTrailSurrogateStart, kTrailSurrogateEnd, &ok); in CheckNotInSurrogatePair()
Djsregexp.cc4914 CharacterRange::Range(kTrailSurrogateStart, kTrailSurrogateEnd), in UnicodeRangeSplitter()
4917 CharacterRange::Range(kTrailSurrogateEnd + 1, kNonBmpStart - 1), in UnicodeRangeSplitter()
4987 CharacterRange::Range(from_t, kTrailSurrogateEnd), in AddNonBmpSurrogatePairs()
4991 if (to_t != kTrailSurrogateEnd) { in AddNonBmpSurrogatePairs()
5005 CharacterRange::Range(kTrailSurrogateStart, kTrailSurrogateEnd), in AddNonBmpSurrogatePairs()
5054 zone, CharacterRange::Range(kTrailSurrogateStart, kTrailSurrogateEnd)); in AddLoneLeadSurrogates()
5889 if (bottom >= kLeadSurrogateStart && top <= kTrailSurrogateEnd) return; in AddCaseEquivalents()
6591 zone, CharacterRange::Range(kTrailSurrogateStart, kTrailSurrogateEnd)); in OptionallyStepBackToLeadSurrogate()
Dregexp-parser.cc1722 if (from <= kTrailSurrogateEnd && to >= kLeadSurrogateStart) return true; in NeedsDesugaringForUnicode()