Home
last modified time | relevance | path

Searched refs:AffixPatternMatcherBuilder (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.h23 class AffixPatternMatcherBuilder; variable
148 friend class AffixPatternMatcherBuilder; variable
153 class AffixPatternMatcherBuilder : public TokenConsumer, public MutableMatcherCollection {
155 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse,
195 friend class AffixPatternMatcherBuilder; variable
Dnumparse_affixes.cpp60 AffixPatternMatcherBuilder::AffixPatternMatcherBuilder(const UnicodeString& pattern, in AffixPatternMatcherBuilder() function in AffixPatternMatcherBuilder
69 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()