Home | History | Annotate | Download | only in regexp

Lines Matching defs:Canonical

5204 static unibrow::uchar Canonical(
5210 unibrow::uchar canonical = c;
5211 if (length == 1) canonical = chars[0];
5212 return canonical;
5225 character1 = Canonical(canonicalize, character1);
5226 character2 = Canonical(canonicalize, character2);
5309 new_prefix = Canonical(canonicalize, new_prefix);
5310 common_prefix = Canonical(canonicalize, common_prefix);
6064 // Special/default classes are always considered canonical. The result
6073 // Check whether ranges are already canonical (increasing, non-overlapping,
6086 // Canonical until the i'th range. If that's all of them, we are done.