Home
last modified time | relevance | path

Searched refs:fromAffixPattern (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp225 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern() function in AffixPatternMatcher
321 fAffixPatternMatchers[numAffixPatternMatchers] = AffixPatternMatcher::fromAffixPattern( in createAffixMatchers()
330 fAffixPatternMatchers[numAffixPatternMatchers] = AffixPatternMatcher::fromAffixPattern( in createAffixMatchers()
Dnumparse_affixes.h181 static AffixPatternMatcher fromAffixPattern(const UnicodeString& affixPattern,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java111 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
122 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
DAffixPatternMatcher.java30 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern() method in AffixPatternMatcher
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java113 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
124 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
DAffixPatternMatcher.java32 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern() method in AffixPatternMatcher
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberParserTest.java331 .fromAffixPattern(affixPattern, factory, parseFlags); in testAffixPatternMatcher()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_parse.cpp337 AffixPatternMatcher matcher = AffixPatternMatcher::fromAffixPattern( in testAffixPatternMatcher()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberParserTest.java328 .fromAffixPattern(affixPattern, factory, parseFlags); in testAffixPatternMatcher()