Searched refs:utf8_regexp_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter_re2.cc99 : utf8_regexp_(utf8_regexp) {}
111 return DispatchRE2Call(RE2::Consume, utf8_input, utf8_regexp_,
115 return DispatchRE2Call(RE2::FindAndConsume, utf8_input, utf8_regexp_,
125 return DispatchRE2Call(RE2::FullMatch, input_string, utf8_regexp_,
128 return DispatchRE2Call(RE2::PartialMatch, input_string, utf8_regexp_,
140 return RE2::GlobalReplace(string_to_process, utf8_regexp_,
143 return RE2::Replace(string_to_process, utf8_regexp_,
149 RE2 utf8_regexp_; member in class:i18n::phonenumbers::RE2RegExp
H A Dregexp_adapter_icu.cc108 utf8_regexp_.reset(RegexPattern::compile(
113 utf8_regexp_.reset(NULL);
125 if (!utf8_regexp_.get()) {
131 utf8_regexp_->matcher(*input->Data(), status));
160 if (!utf8_regexp_.get()) {
166 utf8_regexp_->matcher(*input.Data(), status));
183 if (!utf8_regexp_.get()) {
189 utf8_regexp_->matcher(*input.Data(), status));
223 scoped_ptr<RegexPattern> utf8_regexp_; member in class:i18n::phonenumbers::IcuRegExp

Completed in 140 milliseconds