Searched refs:toMatcher (Results 1 – 11 of 11) sorted by relevance
58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()103 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern()128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()136 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
42 virtual UnicodeMatcher* toMatcher() const;
88 virtual UnicodeMatcher* toMatcher() const;
107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
69 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
234 return f != NULL && f->toMatcher() != NULL; in isMatcher()
18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
66 virtual UnicodeMatcher* toMatcher() const;
96 virtual UnicodeMatcher* toMatcher() const;
983 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()