HomeSort by relevance Sort by last modified time
    Searched refs:ParseAndVerify (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 129 bool ParseAndVerify(const string& candidate, int offset,
phonenumbermatcher.cc 399 bool PhoneNumberMatcher::ParseAndVerify(const string& candidate, int offset,
531 bool success = ParseAndVerify(first_group_only, offset, match);
541 ParseAndVerify(without_first_group, offset + group_start_index, match);
562 success = ParseAndVerify(without_last_group, offset, match);
591 if (ParseAndVerify(candidate, offset, match)) {
    [all...]

Completed in 2394 milliseconds