Home
last modified time | relevance | path

Searched defs:AffixPatternMatcher (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixPatternMatcher.java15 public class AffixPatternMatcher extends SeriesMatcher implements AffixUtils.TokenConsumer { class
24 private AffixPatternMatcher(String affixPattern) { in AffixPatternMatcher() method in AffixPatternMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixPatternMatcher.java13 public class AffixPatternMatcher extends SeriesMatcher implements AffixUtils.TokenConsumer { class
22 private AffixPatternMatcher(String affixPattern) { in AffixPatternMatcher() method in AffixPatternMatcher
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.h24 class AffixPatternMatcher; variable
149 friend class AffixPatternMatcher; variable
Dnumparse_affixes.cpp247 AffixPatternMatcher::AffixPatternMatcher(MatcherArray& matchers, int32_t matchersLen, in AffixPatternMatcher() function in AffixPatternMatcher