Searched refs:AffixPatternMatcherBuilder (Results 1 – 2 of 2) sorted by relevance
23 class AffixPatternMatcherBuilder; variable118 friend class AffixPatternMatcherBuilder; variable123 class AffixPatternMatcherBuilder : public TokenConsumer, public MutableMatcherCollection {125 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse,165 friend class AffixPatternMatcherBuilder; variable
61 AffixPatternMatcherBuilder::AffixPatternMatcherBuilder(const UnicodeString& pattern, in AffixPatternMatcherBuilder() function in AffixPatternMatcherBuilder70 void AffixPatternMatcherBuilder::consumeToken(AffixPatternType type, UChar32 cp, UErrorCode& status… in consumeToken()123 void AffixPatternMatcherBuilder::addMatcher(NumberParseMatcher& matcher) { in addMatcher()130 AffixPatternMatcher AffixPatternMatcherBuilder::build() { in build()210 AffixPatternMatcherBuilder builder(affixPattern, tokenWarehouse, ignorables); in fromAffixPattern()