Home | History | Annotate | Download | only in regexp

Lines Matching defs:num_text

1041   int num_text = text_.length();
1042 if (num_text == 0) {
1044 } else if (num_text == 1) {
1048 for (int i = 0; i < num_text; i++) text_.Get(i)->AppendToText(text, zone());