Home
last modified time | relevance | path

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

/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/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/libicu/cts_headers/
Dnumparse_affixes.h24 class AffixPatternMatcher; variable
119 friend class AffixPatternMatcher; variable
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.h24 class AffixPatternMatcher; variable
119 friend class AffixPatternMatcher; variable
Dnumparse_affixes.cpp215 AffixPatternMatcher::AffixPatternMatcher(MatcherArray& matchers, int32_t matchersLen, in AffixPatternMatcher() function in AffixPatternMatcher