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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter_icu.cc103 class IcuRegExp : public RegExp { class in namespace:i18n::phonenumbers
105 explicit IcuRegExp(const string& utf8_regexp) { function in class:i18n::phonenumbers::IcuRegExp
117 virtual ~IcuRegExp() {}
225 DISALLOW_COPY_AND_ASSIGN(IcuRegExp);
233 return new IcuRegExp(utf8_regexp);

Completed in 75 milliseconds