Home
last modified time | relevance | path

Searched refs:NeedsUnicodeCaseEquivalents (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.cc3362 NeedsUnicodeCaseEquivalents(cc->flags()); in MakeCaseIndependent()
5080 if (NeedsUnicodeCaseEquivalents(flags_)) { in ToNode()
5583 DCHECK(NeedsUnicodeCaseEquivalents(flags)); in BoundaryAssertionAsLookaround()
5625 return NeedsUnicodeCaseEquivalents(flags_) in ToNode()
5630 return NeedsUnicodeCaseEquivalents(flags_) in ToNode()
Djsregexp.h49 inline bool NeedsUnicodeCaseEquivalents(JSRegExp::Flags flags) { in NeedsUnicodeCaseEquivalents() function