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

  /external/chromium_org/chrome/renderer/extensions/
safe_builtins.h 37 v8::Local<v8::Object> GetRegExp() const;
safe_builtins.cc 224 v8::Local<v8::Object> SafeBuiltins::GetRegExp() const {
module_system.cc 247 context_->safe_builtins()->GetRegExp(),
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_cache.h 20 // GetRegExp() method of the class RegExpCache providing the pattern string. If
22 // will be created by the GetRegExp() method.
25 // const RegExp& regexp = cache.GetRegExp("\d");
64 const RegExp& GetRegExp(const string& pattern);
regexp_cache.cc 49 const RegExp& RegExpCache::GetRegExp(const string& pattern) {
asyoutypeformatter.cc 112 cache->GetRegExp(new_pattern).Consume(consume_input.get(), group);
231 if (!regexp_cache_.GetRegExp(format.leading_digits_pattern().Get(
299 regexp_cache_.GetRegExp(number_pattern).GlobalReplace(
493 if (regexp_cache_.GetRegExp(pattern).FullMatch(national_number_)) {
497 bool status = regexp_cache_.GetRegExp(pattern).GlobalReplace(
615 const RegExp& pattern = regexp_cache_.GetRegExp(
639 const RegExp& international_prefix = regexp_cache_.GetRegExp(
phonenumberutil.cc 200 return regexp_cache->GetRegExp(number_desc.possible_number_pattern())
202 regexp_cache->GetRegExp(number_desc.national_number_pattern())
    [all...]
  /external/chromium_org/components/autofill/core/browser/
phone_field.h 82 static base::string16 GetRegExp(RegexType regex_id);
phone_field.cc 139 GetRegExp(kPhoneFieldGrammars[i].regex),
249 base::string16 PhoneField::GetRegExp(RegexType regex_id) {
  /external/chromium/chrome/browser/autofill/
phone_field.h 77 string16 GetRegExp(RegexType regex_id) const;
phone_field.cc 240 string16 PhoneField::GetRegExp(RegexType regex_id) const {
280 if (!ParseText(&q, phone_field->GetRegExp(phone_field_grammars_[i].regex),

Completed in 110 milliseconds