Searched refs:AffixPatternMatcherBuilder (Results 1 – 3 of 3) sorted by relevance
/external/icu/libicu/cts_headers/ |
D | numparse_affixes.h | 23 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/ |
D | numparse_affixes.h | 23 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
|
D | numparse_affixes.cpp | 61 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()
|