Searched defs:special_class (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/regexp/
H A Djsregexp.cc4801 const int* special_class,
4804 DCHECK(special_class[length] == kRangeEndMarker);
4807 DCHECK(special_class[0] != 0);
4816 if (special_class[i] != (range.to() + 1)) {
4820 if (special_class[i+1] != range.from()) {
4832 const int* special_class,
4835 DCHECK(special_class[length] == kRangeEndMarker);
4841 if (range.from() != special_class[i] ||
4842 range.to() != special_class[i + 1] - 1) {
4800 CompareInverseRanges(ZoneList<CharacterRange>* ranges, const int* special_class, int length) argument
4831 CompareRanges(ZoneList<CharacterRange>* ranges, const int* special_class, int length) argument

Completed in 86 milliseconds