Lines Matching defs:leniency
97 PhoneNumberMatcher::Leniency leniency) const {
98 return new PhoneNumberMatcher(phone_util_, text, region, leniency,
103 // the specified leniency level.
106 PhoneNumberMatcher::Leniency leniency) const {
111 test->raw_string_, test->region_, leniency));
114 << " for leniency: " << leniency;
126 // leniency level.
129 PhoneNumberMatcher::Leniency leniency) const {
134 test->raw_string_, test->region_, leniency));
136 << " for leniency: " << leniency;
180 // when leniency of matching is set to VALID; else no test number should be
181 // extracted at that leniency level
183 // middle when leniency of matching is set to POSSIBLE; else no test number
184 // should be extracted at that leniency level
287 PhoneNumberMatcher::Leniency leniency) {
295 PhoneNumberMatcher matcher(phone_util_, text, default_country, leniency,
310 EnsureTermination(text, default_country, leniency);
317 PhoneNumberMatcher::Leniency leniency) {
321 PhoneNumberMatcher matcher(phone_util_, text, default_country, leniency,
834 // the "valid" leniency level.
867 // the "strict_grouping" leniency level.