Searched refs:rfc3966_format (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc701 string rfc3966_format; local
705 phone_util_.Format(number, PhoneNumberUtil::RFC3966, &rfc3966_format);
708 size_t end_index = rfc3966_format.find(';');
710 end_index = rfc3966_format.length();
713 size_t start_index = rfc3966_format.find('-') + 1;
714 SplitStringUsing(rfc3966_format.substr(start_index,
725 &rfc3966_format);
726 SplitStringUsing(rfc3966_format, "-", digit_blocks);

Completed in 49 milliseconds