Home
last modified time | relevance | path

Searched refs:applyPatternWithoutExpandAffix (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.h79 void applyPatternWithoutExpandAffix(
Ddecimalformatpattern.cpp134 DecimalFormatPatternParser::applyPatternWithoutExpandAffix( in applyPatternWithoutExpandAffix() function in DecimalFormatPatternParser
Ddecimfmtimpl.cpp834 patternParser.applyPatternWithoutExpandAffix( in applyPattern()
Ddecimfmt.cpp474 patternParser.applyPatternWithoutExpandAffix( in applyPatternWithNoSideEffects()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java632 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/
DDecimalFormat.java633 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