Searched refs:toMatcher (Results 1 – 11 of 11) sorted by relevance
56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()101 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern()126 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()134 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
40 virtual UnicodeMatcher* toMatcher() const;
86 virtual UnicodeMatcher* toMatcher() const;
105 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
67 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
232 return f != NULL && f->toMatcher() != NULL; in isMatcher()
16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
29 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()