Searched refs:AffixPatternMatcherBuilder (Results 1 – 2 of 2) sorted by relevance
23 class AffixPatternMatcherBuilder; variable148 friend class AffixPatternMatcherBuilder; variable153 class AffixPatternMatcherBuilder : public TokenConsumer, public MutableMatcherCollection {155 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse,195 friend class AffixPatternMatcherBuilder; variable
60 AffixPatternMatcherBuilder::AffixPatternMatcherBuilder(const UnicodeString& pattern, in AffixPatternMatcherBuilder() function in AffixPatternMatcherBuilder69 void AffixPatternMatcherBuilder::consumeToken(AffixPatternType type, UChar32 cp, UErrorCode& status… in consumeToken()117 void AffixPatternMatcherBuilder::addMatcher(NumberParseMatcher& matcher) { in addMatcher()124 AffixPatternMatcher AffixPatternMatcherBuilder::build() { in build()242 AffixPatternMatcherBuilder builder(affixPattern, tokenWarehouse, ignorables); in fromAffixPattern()