Lines Matching defs:text
19 // from text.
260 // break up the phone-number-like text on more than one different kind of
264 // Note that if there is a match, we will always check any text found up to
406 const string& text,
413 text_(text),
424 PhoneNumberMatcher::PhoneNumberMatcher(const string& text,
429 text_(text),
478 // If the candidate is not at the start of the text, and does not start with
683 scoped_ptr<RegExpInput> text(
687 reg_exps_->pattern_->FindAndConsume(text.get(), &candidate)) {
688 int start = static_cast<int>(text_.length() - text->ToString().length() - candidate.length());