Searched refs:kWordRanges (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.h | 33 constexpr int kWordRanges[] = {'0', '9' + 1, 'A', 'Z' + 1, '_', member 35 constexpr int kWordRangeCount = arraysize(kWordRanges);
|
H A D | regexp-compiler-tonode.cc | 123 if (CompareRanges(set_.ranges(zone), kWordRanges, kWordRangeCount)) { in is_standard() 127 if (CompareInverseRanges(set_.ranges(zone), kWordRanges, kWordRangeCount)) { in is_standard() 1194 AddClass(kWordRanges, kWordRangeCount, new_ranges, zone); in RationalizeConsecutiveAtoms() 1214 AddClass(kWordRanges, kWordRangeCount, ranges, zone); in RationalizeConsecutiveAtoms() 1217 AddClassNegated(kWordRanges, kWordRangeCount, ranges, zone); in RationalizeConsecutiveAtoms()
|
H A D | regexp-compiler.cc | 2754 w_ = AddRange(w_, kWordRanges, kWordRangeCount, interval); in SetInterval()
|
Completed in 12 milliseconds