Home
last modified time | relevance | path

Searched refs:utf8_regexp (Results 1 - 5 of 5) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.cc108 explicit IcuRegExp(const string& utf8_regexp) { in IcuRegExp() argument
112 Utf8StringToUnicodeString(utf8_regexp), 0, parse_error, status)); in IcuRegExp()
115 LOG(ERROR) << "Error compiling regular expression: " << utf8_regexp; in IcuRegExp()
240 RegExp* ICURegExpFactory::CreateRegExp(const string& utf8_regexp) const { in CreateRegExp()
241 return new IcuRegExp(utf8_regexp); in CreateRegExp()
H A Dregexp_adapter_re2.cc96 explicit RE2RegExp(const string& utf8_regexp) in RE2RegExp() argument
97 : utf8_regexp_(utf8_regexp) {} in RE2RegExp()
159 RegExp* RE2RegExpFactory::CreateRegExp(const string& utf8_regexp) const { in CreateRegExp()
160 return new RE2RegExp(utf8_regexp); in CreateRegExp()
H A Dregexp_adapter_icu.h35 virtual RegExp* CreateRegExp(const string& utf8_regexp) const;
H A Dregexp_adapter_re2.h34 virtual RegExp* CreateRegExp(const string& utf8_regexp) const;
H A Dregexp_adapter.h198 virtual RegExp* CreateRegExp(const string& utf8_regexp) const = 0;

Completed in 4 milliseconds