Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp193 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern() function in AffixPatternMatcher
300 fAffixPatternMatchers[numAffixPatternMatchers] = AffixPatternMatcher::fromAffixPattern( in createAffixMatchers()
309 fAffixPatternMatchers[numAffixPatternMatchers] = AffixPatternMatcher::fromAffixPattern( in createAffixMatchers()
Dnumparse_affixes.h151 static AffixPatternMatcher fromAffixPattern(const UnicodeString& affixPattern,
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java120 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
130 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
DAffixPatternMatcher.java32 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern() method in AffixPatternMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java118 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
128 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
DAffixPatternMatcher.java30 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern() method in AffixPatternMatcher
/external/icu/libicu/cts_headers/
Dnumparse_affixes.h151 static AffixPatternMatcher fromAffixPattern(const UnicodeString& affixPattern,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberParserTest.java335 .fromAffixPattern(affixPattern, factory, parseFlags); in testAffixPatternMatcher()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberParserTest.java332 .fromAffixPattern(affixPattern, factory, parseFlags); in testAffixPatternMatcher()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_parse.cpp342 AffixPatternMatcher matcher = AffixPatternMatcher::fromAffixPattern( in testAffixPatternMatcher()