Home
last modified time | relevance | path

Searched refs:kTrailSurrogateStart (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc157 STATIC_ASSERT(kLeadSurrogateEnd + 1 == kTrailSurrogateStart); in AddRange()
158 STATIC_ASSERT(kTrailSurrogateStart < kTrailSurrogateEnd); in AddRange()
165 kBmp1Start, kLeadSurrogateStart, kTrailSurrogateStart, in AddRange()
257 if (from_t == kTrailSurrogateStart && to_t == kTrailSurrogateEnd) { in AddNonBmpSurrogatePairs()
290 if (from_t != kTrailSurrogateStart) { in AddNonBmpSurrogatePairs()
297 AddRange(to_l, to_l, kTrailSurrogateStart, to_t); in AddNonBmpSurrogatePairs()
302 AddRange(from_l, to_l, kTrailSurrogateStart, kTrailSurrogateEnd); in AddNonBmpSurrogatePairs()
311 CharacterRange::Range(kTrailSurrogateStart, kTrailSurrogateEnd), in AddNonBmpSurrogatePairs()
365 zone, CharacterRange::Range(kTrailSurrogateStart, kTrailSurrogateEnd)); in AddLoneLeadSurrogates()
H A Dregexp-macro-assembler.h22 static const base::uc32 kTrailSurrogateStart = 0xdc00; member
H A Dregexp-macro-assembler.cc236 CheckCharacterNotInRange(kTrailSurrogateStart, kTrailSurrogateEnd, &ok); in CheckNotInSurrogatePair()
H A Dregexp-compiler.cc3890 zone(), CharacterRange::Range(kTrailSurrogateStart, kTrailSurrogateEnd)); in OptionallyStepBackToLeadSurrogate()

Completed in 11 milliseconds