Searched refs:RegExpCache (Results 1 – 9 of 9) sorted by relevance
31 RegExpCache::RegExpCache(const AbstractRegExpFactory& regexp_factory, in RegExpCache() function in i18n::phonenumbers::RegExpCache41 RegExpCache::~RegExpCache() { in ~RegExpCache()49 const RegExp& RegExpCache::GetRegExp(const string& pattern) { in GetRegExp()
51 class RegExpCache {60 explicit RegExpCache(const AbstractRegExpFactory& regexp_factory,62 ~RegExpCache();71 DISALLOW_COPY_AND_ASSIGN(RegExpCache);
31 class RegExpCache; variable49 const scoped_ptr<RegExpCache> regexp_cache_;
34 regexp_cache_(new RegExpCache(*regexp_factory_, 128)) {} in RegexBasedMatcher()
177 RegExpCache regexp_cache_;
65 RegExpCache* cache, in MatchAllGroups()
233 mutable RegExpCache regexp_cache_;
663 scoped_ptr<RegExpCache> regexp_cache_;772 regexp_cache_(new RegExpCache(*regexp_factory_.get(), 128)), in PhoneNumberRegExpsAndMappings()
39 RegExpCache cache_;