Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Dnumparse_affixes.h23 class AffixPatternMatcherBuilder; variable
118 friend class AffixPatternMatcherBuilder; variable
123 class AffixPatternMatcherBuilder : public TokenConsumer, public MutableMatcherCollection {
125 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse,
166 friend class AffixPatternMatcherBuilder; variable
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.h23 class AffixPatternMatcherBuilder; variable
118 friend class AffixPatternMatcherBuilder; variable
123 class AffixPatternMatcherBuilder : public TokenConsumer, public MutableMatcherCollection {
125 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse,
166 friend class AffixPatternMatcherBuilder; variable
Dnumparse_affixes.cpp61 AffixPatternMatcherBuilder::AffixPatternMatcherBuilder(const UnicodeString& pattern, in AffixPatternMatcherBuilder() function in AffixPatternMatcherBuilder
70 void AffixPatternMatcherBuilder::consumeToken(AffixPatternType type, UChar32 cp, UErrorCode& status… in consumeToken()
123 void AffixPatternMatcherBuilder::addMatcher(NumberParseMatcher& matcher) { in addMatcher()
130 AffixPatternMatcher AffixPatternMatcherBuilder::build(UErrorCode& status) { in build()
210 AffixPatternMatcherBuilder builder(affixPattern, tokenWarehouse, ignorables); in fromAffixPattern()