Home | History | Annotate | Download | only in regexp

Lines Matching refs:Range

401               // controlLetter is not in range 'A'-'Z' or 'a'-'z'.
817 // Control letters mapped to ASCII control characters in the range
914 // Adds range or pre-defined character class to character ranges.
918 uc16 char_class, CharacterRange range,
923 ranges->Add(range, zone);
930 static const char* kRangeOutOfOrder = "Range out of order in character class";
967 ranges->Add(CharacterRange::Range(first.from(), next.to()), zone());