Searched refs:kPadBeforeSuffix (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddigitaffixesandpadding.h47 kPadBeforeSuffix, enumerator in enum:DigitAffixesAndPadding::EPadPosition
H A Ddecimalformatpattern.h35 kPadBeforeSuffix, enumerator in enum:DecimalFormatPattern::EPadPosition
H A Ddigitaffixesandpadding.cpp129 case kPadBeforeSuffix:
H A Ddecimfmtimpl.cpp877 case DecimalFormatPattern::kPadBeforeSuffix:
878 fAffixes.fPadPosition = DigitAffixesAndPadding::kPadBeforeSuffix;
1529 if (fAffixes.fPadPosition == DigitAffixesAndPadding::kPadBeforeSuffix) {
1553 if (fAffixes.fPadPosition == DigitAffixesAndPadding::kPadBeforeSuffix) {
H A Ddecimfmt.cpp958 if (formatWidth > 0 && (fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadBeforeSuffix || fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadAfterSuffix)) {
1693 if (formatWidth > 0 && fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadBeforeSuffix) {
2547 case DigitAffixesAndPadding::kPadBeforeSuffix:
2548 return DecimalFormat::kPadBeforeSuffix;
2563 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
2572 * @see #kPadBeforeSuffix
2585 case DecimalFormat::kPadBeforeSuffix:
2586 return DigitAffixesAndPadding::kPadBeforeSuffix;
2603 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
2612 * @see #kPadBeforeSuffix
[all...]
H A Ddecimalformatpattern.cpp523 padPos = DecimalFormatPattern::kPadBeforeSuffix;
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h699 kPadBeforeSuffix, enumerator in enum:DecimalFormat::EPadPosition
1479 * kPadAfterPrefix, kPadBeforeSuffix, or
1497 * kPadAfterPrefix, kPadBeforeSuffix, or
/external/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.cpp47 {"beforeSuffix", DecimalFormat::kPadBeforeSuffix},
H A Dnumfmtst.cpp2032 expectPad(fmt, "#*^", DecimalFormat::kPadBeforeSuffix, 1, hat);
2036 expectPad(fmt, "'pre'#,##0*x'post'", DecimalFormat::kPadBeforeSuffix,
2038 expectPad(fmt, "''#0*x", DecimalFormat::kPadBeforeSuffix,
2052 fmt.setPadPosition(DecimalFormat::kPadBeforeSuffix);
H A Dnumberformat2test.cpp2219 aap.fPadPosition = DigitAffixesAndPadding::kPadBeforeSuffix;

Completed in 898 milliseconds