Lines Matching refs:AffixPatternMatcher
24 class AffixPatternMatcher; variable
149 friend class AffixPatternMatcher; variable
161 AffixPatternMatcher build();
177 class U_I18N_API AffixPatternMatcher : public ArraySeriesMatcher {
179 AffixPatternMatcher() = default; // WARNING: Leaves the object in an unusable state
181 static AffixPatternMatcher fromAffixPattern(const UnicodeString& affixPattern,
188 bool operator==(const AffixPatternMatcher& other) const;
193 AffixPatternMatcher(MatcherArray& matchers, int32_t matchersLen, const UnicodeString& pattern);
203 AffixMatcher(AffixPatternMatcher* prefix, AffixPatternMatcher* suffix, result_flags_t flags);
216 AffixPatternMatcher* fPrefix;
217 AffixPatternMatcher* fSuffix;
239 AffixPatternMatcher fAffixPatternMatchers[6];