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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
area_code_map.cc 51 safe_strto64(SimpleItoa(number.country_code()) + national_number,
62 safe_strto64(phone_prefix_str.substr(0, possible_length), &phone_prefix);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 70 void safe_strto64(const string& s, int64* n);
stringutil.cc 140 void safe_strto64(const string& s, int64* n) { function in namespace:i18n::phonenumbers

Completed in 123 milliseconds