Searched refs:kPadAfterSuffix (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddecimalformatpattern.h35 kPadAfterSuffix enumerator in enum:DecimalFormatPattern::EPadPosition
H A Ddecimfmt.cpp2168 case kPadAfterSuffix:
2256 fPadPosition == kPadAfterSuffix)) {
3009 if (fFormatWidth > 0 && fPadPosition == kPadAfterSuffix) {
3966 * <code>kPadAfterSuffix</code>.
3975 * @see #kPadAfterSuffix
3989 * <code>kPadAfterSuffix</code>.
3998 * @see #kPadAfterSuffix
4818 if (fPadPosition == kPadAfterSuffix && ! padSpec.isEmpty()) {
4856 if (fPadPosition == kPadAfterSuffix && ! padSpec.isEmpty()) {
4977 case DecimalFormatPattern::kPadAfterSuffix
[all...]
H A Ddecimalformatpattern.cpp540 padPos = DecimalFormatPattern::kPadAfterSuffix;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddecimfmt.h694 kPadAfterSuffix enumerator in enum:DecimalFormat::EPadPosition
1441 * kPadAfterSuffix.
1459 * kPadAfterSuffix.
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.cpp1585 expectPad(fmt, "#$*^", DecimalFormat::kPadAfterSuffix, 2, hat);
1607 fmt.setPadPosition(DecimalFormat::kPadAfterSuffix);

Completed in 189 milliseconds