OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phone_util
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/core/browser/
phone_number_i18n.cc
33
PhoneNumberUtil*
phone_util
= PhoneNumberUtil::GetInstance();
local
34
if (!
phone_util
->IsPossibleNumber(phone_number))
41
if (!
phone_util
->IsValidNumber(phone_number))
64
PhoneNumberUtil*
phone_util
= PhoneNumberUtil::GetInstance();
local
66
phone_util
->Format(number, format, &processed_number);
69
phone_util
->GetRegionCodeForNumber(number, ®ion_code);
84
phone_util
->NormalizeDigitsOnly(&processed_number);
111
PhoneNumberUtil*
phone_util
= PhoneNumberUtil::GetInstance();
local
115
if (
phone_util
->ParseAndKeepRawInput(
125
phone_util
->GetNationalSignificantNumber(*i18n_number
206
PhoneNumberUtil*
phone_util
= PhoneNumberUtil::GetInstance();
local
[
all
...]
/external/chromium_org/content/renderer/android/
phone_number_detector.cc
71
PhoneNumberUtil*
phone_util
= PhoneNumberUtil::GetInstance();
local
72
phone_util
->FormatNumberForMobileDialing(match.number(), region_code_,
Completed in 264 milliseconds