Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.h30 class ICURegExpFactory : public AbstractRegExpFactory { class
32 virtual ~ICURegExpFactory() {} in ~ICURegExpFactory()
H A Dregexp_adapter_icu.cc236 RegExpInput* ICURegExpFactory::CreateInput(const string& utf8_input) const { in CreateInput()
240 RegExp* ICURegExpFactory::CreateRegExp(const string& utf8_regexp) const { in CreateRegExp()
H A Dregexp_factory.h24 // ICURegExpFactory otherwise.
38 typedef ICURegExpFactory RegExpFactory;
H A Dphonenumbermatcher.cc295 regexp_factory_for_pattern_(new ICURegExpFactory()), in PhoneNumberMatcherRegExps()
299 regexp_factory_(new ICURegExpFactory()), in PhoneNumberMatcherRegExps()
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dregexp_adapter_test.cc71 new RegExpTestContext("ICU Regex", new ICURegExpFactory())); in RegExpAdapterTest()

Completed in 4 milliseconds