OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegExpInput
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter.h
36
//
RegExpInput
is the interface that abstracts the input that feeds the
39
class
RegExpInput
{
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
...]
regexp_adapter_icu.h
28
// implementation of RegExp and
RegExpInput
classes based on the ICU regexp
34
virtual
RegExpInput
* CreateInput(const string& utf8_input) const;
regexp_adapter_re2.h
28
// implementation of RegExp and
RegExpInput
classes based on RE2.
33
virtual
RegExpInput
* CreateInput(const string& utf8_input) const;
regexp_adapter_re2.cc
35
// Implementation of
RegExpInput
abstract class.
36
class RE2RegExpInput : public
RegExpInput
{
101
virtual bool Consume(
RegExpInput
* input_string,
152
RegExpInput
* RE2RegExpFactory::CreateInput(const string& utf8_input) const {
regexp_adapter_icu.cc
63
// Implementation of the abstract classes
RegExpInput
and RegExp using ICU
66
// ICU implementation of the
RegExpInput
abstract class.
67
class IcuRegExpInput : public
RegExpInput
{
119
virtual bool Consume(
RegExpInput
* input_string,
228
RegExpInput
* ICURegExpFactory::CreateInput(const string& utf8_input) const {
shortnumberinfo.cc
109
const scoped_ptr<
RegExpInput
> normalized_number_input(
phonenumbermatcher.cc
421
scoped_ptr<
RegExpInput
> candidate_input(
529
scoped_ptr<
RegExpInput
> candidate_input(
589
scoped_ptr<
RegExpInput
> following_text(
638
scoped_ptr<
RegExpInput
> text(
782
const scoped_ptr<
RegExpInput
> candidate_number(
[
all
...]
asyoutypeformatter.cc
111
const scoped_ptr<
RegExpInput
> consume_input(
231
const scoped_ptr<
RegExpInput
> input(
621
const scoped_ptr<
RegExpInput
> consumed_input(
650
const scoped_ptr<
RegExpInput
> consumed_input(
phonenumberutil.cc
[
all
...]
Completed in 176 milliseconds