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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatch.h 21 // the corresponding subsequence of the searched text. Use raw_string() to
37 // // raw_string() contains the phone number as it appears in the text.
38 // "+1 425 882-8080" == match.raw_string();
45 // // invoked on raw_string().
47 // util.Parse(match.raw_string(), country).Equals(match.number());
71 const string& raw_string,
94 const string& raw_string() const;
101 void set_raw_string(const string& raw_string);
phonenumbermatch.cc 32 const string& raw_string,
34 : start_(start), raw_string_(raw_string), number_(number) {
57 const string& PhoneNumberMatch::raw_string() const { function in class:i18n::phonenumbers::PhoneNumberMatch
65 void PhoneNumberMatch::set_raw_string(const string& raw_string) {
66 raw_string_ = raw_string;
85 raw_string_ = match.raw_string();
phonenumbermatcher.cc 460 // switch all users over to using raw_input() rather than the raw_string()
614 temp_match.raw_string(),
    [all...]
  /external/chromium_org/content/renderer/android/
phone_number_detector.cc 82 *end_pos = *start_pos + UTF8ToUTF16(match.raw_string()).length();
  /external/chromium_org/net/http/
http_auth_controller_unittest.cc 33 std::string raw_string(string);
35 raw_string.c_str(), raw_string.length());

Completed in 363 milliseconds