Home | History | Annotate | Download | only in regexp

Lines Matching defs:num_chars

1757     int num_chars = char_vector.length();
1758 if (num_chars > 1) {
1759 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1);
1761 char_vector = char_vector.SubVector(num_chars - 1, num_chars);