Home
last modified time | relevance | path

Searched refs:RangeContainsLatin1Equivalents (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h619 bool RangeContainsLatin1Equivalents(CharacterRange range);
H A Dregexp-compiler-tonode.cc1258 if (is_one_byte && !RangeContainsLatin1Equivalents(range)) { in RationalizeConsecutiveAtoms()
1301 if (is_one_byte && !RangeContainsLatin1Equivalents(range)) { in RationalizeConsecutiveAtoms()
H A Dregexp-compiler.cc1851 bool RangeContainsLatin1Equivalents(CharacterRange range) { in RangeContainsLatin1Equivalents() function
1862 if (RangeContainsLatin1Equivalents(ranges->at(i))) return true; in RangesContainLatin1Equivalents()

Completed in 12 milliseconds