Searched defs:RegExpInput (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter.h36 // RegExpInput is the interface that abstracts the input that feeds the
39 class RegExpInput { class in namespace:i18n::phonenumbers
41 virtual ~RegExpInput() {}
62 virtual bool Consume(RegExpInput* input_string,
70 inline bool Consume(RegExpInput* input_string,
78 inline bool Consume(RegExpInput* input_string,
84 inline bool Consume(RegExpInput* input_string, string* matched_string) const {
88 inline bool Consume(RegExpInput* input_string) const {
94 inline bool FindAndConsume(RegExpInput* input_string,
151 // implementing RegExp and RegExpInput
[all...]

Completed in 112 milliseconds