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

/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.h34 kPadBeforeSuffix, enumerator in enum:DecimalFormatPattern::EPadPosition
H A Ddecimalformatpattern.cpp538 padPos = DecimalFormatPattern::kPadBeforeSuffix;
H A Ddecimfmt.cpp2164 case kPadBeforeSuffix:
2254 if (fFormatWidth > 0 && (fPadPosition == kPadBeforeSuffix ||
2968 if (fFormatWidth > 0 && fPadPosition == kPadBeforeSuffix) {
3955 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3964 * @see #kPadBeforeSuffix
3978 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3987 * @see #kPadBeforeSuffix
4803 if (fPadPosition == kPadBeforeSuffix && ! padSpec.isEmpty()) {
4964 case DecimalFormatPattern::kPadBeforeSuffix:
4965 fPadPosition = kPadBeforeSuffix;
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h694 kPadBeforeSuffix, enumerator in enum:DecimalFormat::EPadPosition
1413 * kPadAfterPrefix, kPadBeforeSuffix, or
1431 * kPadAfterPrefix, kPadBeforeSuffix, or
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h694 kPadBeforeSuffix, enumerator in enum:DecimalFormat::EPadPosition
1441 * kPadAfterPrefix, kPadBeforeSuffix, or
1459 * kPadAfterPrefix, kPadBeforeSuffix, or
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp2075 case kPadBeforeSuffix:
2165 if (fFormatWidth > 0 && (fPadPosition == kPadBeforeSuffix ||
2879 if (fFormatWidth > 0 && fPadPosition == kPadBeforeSuffix) {
3866 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3875 * @see #kPadBeforeSuffix
3889 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3898 * @see #kPadBeforeSuffix
4714 if (fPadPosition == kPadBeforeSuffix && ! padSpec.isEmpty()) {
5220 padPos = kPadBeforeSuffix;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp1580 expectPad(fmt, "#*^", DecimalFormat::kPadBeforeSuffix, 1, hat);
1584 expectPad(fmt, "'pre'#,##0*x'post'", DecimalFormat::kPadBeforeSuffix,
1586 expectPad(fmt, "''#0*x", DecimalFormat::kPadBeforeSuffix,
1600 fmt.setPadPosition(DecimalFormat::kPadBeforeSuffix);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1584 expectPad(fmt, "#*^", DecimalFormat::kPadBeforeSuffix, 1, hat);
1588 expectPad(fmt, "'pre'#,##0*x'post'", DecimalFormat::kPadBeforeSuffix,
1590 expectPad(fmt, "''#0*x", DecimalFormat::kPadBeforeSuffix,
1604 fmt.setPadPosition(DecimalFormat::kPadBeforeSuffix);

Completed in 392 milliseconds