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

  /external/chromium_org/components/autofill/core/browser/
phone_number_unittest.cc 162 EXPECT_TRUE(number1.ParseNumber(profile, "en-US", &parsed_phone));
171 EXPECT_TRUE(number3.ParseNumber(profile, "en-US", &parsed_phone));
180 EXPECT_FALSE(number4.ParseNumber(profile, "en-US", &parsed_phone));
186 EXPECT_TRUE(number5.ParseNumber(profile, "en-US", &parsed_phone));
196 EXPECT_TRUE(number6.ParseNumber(profile, "en-US", &parsed_phone));
208 EXPECT_TRUE(number7.ParseNumber(AutofillProfile(), "en-US", &parsed_phone));
phone_number.h 65 bool ParseNumber(const AutofillProfile& profile,
phone_number.cc 220 bool PhoneNumber::PhoneCombineHelper::ParseNumber(
autofill_ie_toolbar_import_win.cc 189 if (phone.ParseNumber(*profile, app_locale, &constructed_number)) {
personal_data_manager.cc 313 if (!home.ParseNumber(*imported_profile, app_locale_,
    [all...]
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 371 static bool ParseNumber(State *state);
568 if (ParseNumber(state) && ParseIdentifier(state)) {
591 static bool ParseNumber(State *state) {
768 ParseNumber(state) && ParseChar(state, '_') &&
821 return ParseNumber(state);
827 if (ParseNumber(state) && ParseChar(state, '_') &&
828 ParseNumber(state)) {
980 if (ParseChar(state, 'A') && ParseNumber(state) &&
1014 if (ParseChar(state, 'T') && ParseNumber(state) &&
1128 ParseNumber(state) &
    [all...]

Completed in 202 milliseconds