Home | History | Annotate | Download | only in regexp

Lines Matching defs:equivalents

2572             // This letter has no case equivalents, so it's nice and simple
5921 unibrow::uchar equivalents[unibrow::Ecma262UnCanonicalize::kMaxWidth];
5925 isolate->jsregexp_canonrange()->get(pos, '\0', equivalents);
5931 block_end = equivalents[0];
5935 equivalents);
5937 uc32 c = equivalents[i];