Searched refs:toMatcher (Results 1 – 11 of 11) sorted by relevance
56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()98 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern()123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()131 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
40 virtual UnicodeMatcher* toMatcher() const;
86 virtual UnicodeMatcher* toMatcher() const;
87 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
68 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
226 return f != NULL && f->toMatcher() != NULL; in isMatcher()
16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
28 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
61 virtual UnicodeMatcher* toMatcher() const;
82 virtual UnicodeMatcher* toMatcher() const;
975 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()