Searched refs:applyPatternWithoutExpandAffix (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decimalformatpattern.h | 79 void applyPatternWithoutExpandAffix(
|
D | decimalformatpattern.cpp | 134 DecimalFormatPatternParser::applyPatternWithoutExpandAffix( in applyPatternWithoutExpandAffix() function in DecimalFormatPatternParser
|
D | decimfmtimpl.cpp | 834 patternParser.applyPatternWithoutExpandAffix( in applyPattern()
|
D | decimfmt.cpp | 474 patternParser.applyPatternWithoutExpandAffix( in applyPatternWithNoSideEffects()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 632 applyPatternWithoutExpandAffix(pattern, false); in DecimalFormat() 664 applyPatternWithoutExpandAffix(pattern, false); in DecimalFormat() 702 applyPatternWithoutExpandAffix(pattern, false); in createFromPatternAndSymbols() 759 applyPatternWithoutExpandAffix(currencyPluralPatternForOther, false); in create() 1347 applyPatternWithoutExpandAffix(currencyPluralPattern, false); in subformat() 2088 applyPatternWithoutExpandAffix(formatPattern, false); 2204 applyPatternWithoutExpandAffix(getPattern(symbols.getULocale(), NumberFormat.CURRENCYSTYLE), in setupCurrencyAffixForAllPatterns() 2220 applyPatternWithoutExpandAffix(currencyPattern, false); in setupCurrencyAffixForAllPatterns() 4634 applyPatternWithoutExpandAffix(pattern, localized); 4649 private void applyPatternWithoutExpandAffix(String pattern, boolean localized) { in applyPatternWithoutExpandAffix() method
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 633 applyPatternWithoutExpandAffix(pattern, false); in DecimalFormat() 666 applyPatternWithoutExpandAffix(pattern, false); in DecimalFormat() 705 applyPatternWithoutExpandAffix(pattern, false); in createFromPatternAndSymbols() 763 applyPatternWithoutExpandAffix(currencyPluralPatternForOther, false); in create() 1359 applyPatternWithoutExpandAffix(currencyPluralPattern, false); in subformat() 2102 applyPatternWithoutExpandAffix(formatPattern, false); 2218 applyPatternWithoutExpandAffix(getPattern(symbols.getULocale(), NumberFormat.CURRENCYSTYLE), in setupCurrencyAffixForAllPatterns() 2234 applyPatternWithoutExpandAffix(currencyPattern, false); in setupCurrencyAffixForAllPatterns() 4705 applyPatternWithoutExpandAffix(pattern, localized); 4720 private void applyPatternWithoutExpandAffix(String pattern, boolean localized) { in applyPatternWithoutExpandAffix() method
|