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

/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.h33 kPadAfterPrefix, enumerator in enum:DecimalFormatPattern::EPadPosition
H A Ddecimfmt.cpp2158 case kPadAfterPrefix:
2171 if (fPadPosition == kPadBeforePrefix || fPadPosition == kPadAfterPrefix) {
2239 fPadPosition == kPadAfterPrefix)) {
2671 if (fFormatWidth > 0 && fPadPosition == kPadAfterPrefix) {
3955 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3963 * @see #kPadAfterPrefix
3978 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3986 * @see #kPadAfterPrefix
4681 if (padPos == kPadAfterPrefix && ! padSpec.isEmpty()) {
4961 case DecimalFormatPattern::kPadAfterPrefix
[all...]
H A Ddecimalformatpattern.cpp536 padPos = DecimalFormatPattern::kPadAfterPrefix;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h669 kPadAfterPrefix, enumerator in enum:DecimalFormat::EPadPosition
1384 * kPadAfterPrefix, kPadBeforeSuffix, or
1402 * kPadAfterPrefix, kPadBeforeSuffix, or
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h693 kPadAfterPrefix, enumerator in enum:DecimalFormat::EPadPosition
1441 * kPadAfterPrefix, kPadBeforeSuffix, or
1459 * kPadAfterPrefix, kPadBeforeSuffix, or
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1519 case kPadAfterPrefix:
1532 if (fPadPosition == kPadBeforePrefix || fPadPosition == kPadAfterPrefix) {
1590 fPadPosition == kPadAfterPrefix)) {
1857 if (fFormatWidth > 0 && fPadPosition == kPadAfterPrefix) {
2756 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
2764 * @see #kPadAfterPrefix
2779 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
2787 * @see #kPadAfterPrefix
3457 if (padPos == kPadAfterPrefix && ! padSpec.isEmpty()) {
4083 padPos = kPadAfterPrefix;
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp1309 expectPad(fmt, "$*^#", DecimalFormat::kPadAfterPrefix, 2, hat);
1318 expectPad(fmt, "'I''ll'*a###.##", DecimalFormat::kPadAfterPrefix,
1339 fmt.setPadPosition(DecimalFormat::kPadAfterPrefix);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1583 expectPad(fmt, "$*^#", DecimalFormat::kPadAfterPrefix, 2, hat);
1592 expectPad(fmt, "'I''ll'*a###.##", DecimalFormat::kPadAfterPrefix,
1613 fmt.setPadPosition(DecimalFormat::kPadAfterPrefix);

Completed in 324 milliseconds