Searched refs:regexp_factory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_cache.cc31 RegExpCache::RegExpCache(const AbstractRegExpFactory& regexp_factory, argument
33 : regexp_factory_(regexp_factory),
H A Dshortnumberinfo.cc28 #include "phonenumbers/regexp_factory.h"
103 const scoped_ptr<const AbstractRegExpFactory> regexp_factory(
106 regexp_factory->CreateRegExp(
110 regexp_factory->CreateInput(extracted_number));
H A Dregexp_cache.h60 explicit RegExpCache(const AbstractRegExpFactory& regexp_factory,
H A Dasyoutypeformatter.cc28 #include "phonenumbers/regexp_factory.h"
100 const AbstractRegExpFactory& regexp_factory,
112 regexp_factory.CreateInput(input));
98 MatchAllGroups(const string& pattern, const string& input, const AbstractRegExpFactory& regexp_factory, RegExpCache* cache, string* group) argument

Completed in 119 milliseconds