Lines Matching refs:candidate
108 // Attempts to extract a match from a candidate string. Returns true if a
110 // start index of the candidate string within the overall text.
119 // Attempts to extract a match from candidate. Returns true if the match was
121 bool ExtractMatch(const string& candidate, int offset,
124 // Attempts to extract a match from a candidate string if the whole candidate
127 bool ExtractInnerMatch(const string& candidate, int offset,
130 // Parses a phone number from the candidate using PhoneNumberUtil::Parse() and
133 bool ParseAndVerify(const string& candidate, int offset,
138 const string& candidate,
164 const string& candidate) const;
169 const string& candidate,