Home
last modified time | relevance | path

Searched refs:Quantifier (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
Dquant.cpp21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Quantifier) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
23 Quantifier::Quantifier(UnicodeFunctor *adoptedMatcher, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
32 Quantifier::Quantifier(const Quantifier& o) : in Quantifier() function in Quantifier
41 Quantifier::~Quantifier() { in ~Quantifier()
48 UnicodeFunctor* Quantifier::clone() const { in clone()
49 return new Quantifier(*this); in clone()
56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher()
57 Quantifier *nonconst_this = const_cast<Quantifier *>(this); in toMatcher()
63 UMatchDegree Quantifier::matches(const Replaceable& text, in matches()
98 UnicodeString& Quantifier::toPattern(UnicodeString& result, in toPattern()
[all …]
Dquant.h22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
28 Quantifier(UnicodeFunctor *adoptedMatcher,
31 Quantifier(const Quantifier& o);
33 virtual ~Quantifier();
Drbt_pars.cpp678 int32_t max = Quantifier::MAX; in parseSection()
690 m = new Quantifier(m, min, max); in parseSection()
/external/chromium_org/third_party/icu/source/i18n/
Dquant.cpp21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Quantifier) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
23 Quantifier::Quantifier(UnicodeFunctor *adoptedMatcher, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
32 Quantifier::Quantifier(const Quantifier& o) : in Quantifier() function in Quantifier
41 Quantifier::~Quantifier() { in ~Quantifier()
48 UnicodeFunctor* Quantifier::clone() const { in clone()
49 return new Quantifier(*this); in clone()
56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher()
57 Quantifier *nonconst_this = const_cast<Quantifier *>(this); in toMatcher()
63 UMatchDegree Quantifier::matches(const Replaceable& text, in matches()
98 UnicodeString& Quantifier::toPattern(UnicodeString& result, in toPattern()
[all …]
Dquant.h22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
28 Quantifier(UnicodeFunctor *adoptedMatcher,
31 Quantifier(const Quantifier& o);
33 virtual ~Quantifier();
Drbt_pars.cpp678 int32_t max = Quantifier::MAX; in parseSection()
690 m = new Quantifier(m, min, max); in parseSection()
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp424 TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0)); in testIDs()
/external/chromium_org/third_party/icu/source/test/intltest/
Duobjtest.cpp424 TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0)); in testIDs()
/external/icu/icu4c/source/test/testdata/
Dre_tests.txt135 *a - c - Quantifier follows nothing
136 (*)b - c - Quantifier follows nothing
322 '*a'i - c - Quantifier follows nothing
323 '(*)b'i - c - Quantifier follows nothing
/external/chromium_org/third_party/icu/source/test/testdata/
Dre_tests.txt135 *a - c - Quantifier follows nothing
136 (*)b - c - Quantifier follows nothing
322 '*a'i - c - Quantifier follows nothing
323 '(*)b'i - c - Quantifier follows nothing
/external/chromium_org/v8/src/
Djsregexp.h397 VISIT(Quantifier) \