regexp_adapter_re2.cc | 99 : utf8_regexp_(utf8_regexp) {} 111 return DispatchRE2Call(RE2::Consume, utf8_input, utf8_regexp_, 115 return DispatchRE2Call(RE2::FindAndConsume, utf8_input, utf8_regexp_, 125 return DispatchRE2Call(RE2::FullMatch, input_string, utf8_regexp_, 128 return DispatchRE2Call(RE2::PartialMatch, input_string, utf8_regexp_, 140 return RE2::GlobalReplace(string_to_process, utf8_regexp_, 143 return RE2::Replace(string_to_process, utf8_regexp_, 149 RE2 utf8_regexp_; member in class:i18n::phonenumbers::RE2RegExp
|