Searched refs:fromAffixPattern (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | numparse_affixes.cpp | 193 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()
|
D | numparse_affixes.h | 151 static AffixPatternMatcher fromAffixPattern(const UnicodeString& affixPattern,
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | AffixMatcher.java | 120 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers() 130 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
|
D | AffixPatternMatcher.java | 32 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern() method in AffixPatternMatcher
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixMatcher.java | 118 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers() 128 .fromAffixPattern(sb.toString(), factory, parseFlags); in createMatchers()
|
D | AffixPatternMatcher.java | 30 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern() method in AffixPatternMatcher
|
/external/icu/libicu/cts_headers/ |
D | numparse_affixes.h | 151 static AffixPatternMatcher fromAffixPattern(const UnicodeString& affixPattern,
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberParserTest.java | 335 .fromAffixPattern(affixPattern, factory, parseFlags); in testAffixPatternMatcher()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberParserTest.java | 332 .fromAffixPattern(affixPattern, factory, parseFlags); in testAffixPatternMatcher()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_parse.cpp | 342 AffixPatternMatcher matcher = AffixPatternMatcher::fromAffixPattern( in testAffixPatternMatcher()
|