Searched refs:GetRegExp (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dsafe_builtins.h37 v8::Local<v8::Object> GetRegExp() const;
H A Dsafe_builtins.cc228 v8::Local<v8::Object> SafeBuiltins::GetRegExp() const { function in class:extensions::SafeBuiltins
H A Dmodule_system.cc625 context_->safe_builtins()->GetRegExp(),
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_cache.cc49 const RegExp& RegExpCache::GetRegExp(const string& pattern) { function in class:i18n::phonenumbers::RegExpCache
H A Dregexp_cache.h20 // 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);
H A Dasyoutypeformatter.cc114 cache->GetRegExp(new_pattern).Consume(consume_input.get(), group);
233 if (!regexp_cache_.GetRegExp(format.leading_digits_pattern().Get(
301 regexp_cache_.GetRegExp(number_pattern).GlobalReplace(
495 if (regexp_cache_.GetRegExp(pattern).FullMatch(national_number_)) {
499 bool status = regexp_cache_.GetRegExp(pattern).GlobalReplace(
623 const RegExp& pattern = regexp_cache_.GetRegExp(
652 const RegExp& international_prefix = regexp_cache_.GetRegExp(
H A Dphonenumberutil.cc193 return regexp_cache->GetRegExp(number_desc.possible_number_pattern())
195 regexp_cache->GetRegExp(number_desc.national_number_pattern())
792 const RegExp& eligible_format_pattern = reg_exps_->regexp_cache_->GetRegExp(
804 reg_exps_->regexp_cache_->GetRegExp("\\(?\\$1\\)?");
1453 if (!reg_exps_->regexp_cache_->GetRegExp(
1460 reg_exps_->regexp_cache_->GetRegExp(it->pattern()));
1504 reg_exps_->regexp_cache_->GetRegExp(formatting_pattern.pattern()));
1665 GetRegExp(metadata->leading_digits()).Consume(number.get())) {
2038 const RegExp& possible_number_pattern = reg_exps_->regexp_cache_->GetRegExp(
2222 const RegExp& non_digits_pattern = reg_exps_->regexp_cache_->GetRegExp(
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dphone_field.h82 static base::string16 GetRegExp(RegexType regex_id);
H A Dphone_field.cc139 GetRegExp(kPhoneFieldGrammars[i].regex),
249 base::string16 PhoneField::GetRegExp(RegexType regex_id) { function in class:autofill::PhoneField

Completed in 271 milliseconds