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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecimfmt.cpp.fixed1181 case kPadAfterPrefix:
1195 fPadPosition == kPadAfterPrefix) {
1250 fPadPosition == kPadAfterPrefix)) {
1392 if (fFormatWidth > 0 && fPadPosition == kPadAfterPrefix) {
2209 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
2217 * @see #kPadAfterPrefix
2232 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
2240 * @see #kPadAfterPrefix
2787 if (padPos == kPadAfterPrefix && ! padSpec.isEmpty()) {
3405 padPos = kPadAfterPrefix;
[all...]
H A Ddecimfmt.cpp1881 case kPadAfterPrefix:
1894 if (fPadPosition == kPadBeforePrefix || fPadPosition == kPadAfterPrefix) {
1965 fPadPosition == kPadAfterPrefix)) {
2385 if (fFormatWidth > 0 && fPadPosition == kPadAfterPrefix) {
3586 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3594 * @see #kPadAfterPrefix
3609 * <code>kPadAfterPrefix</code>, <code>kPadBeforeSuffix</code>, or
3617 * @see #kPadAfterPrefix
4304 if (padPos == kPadAfterPrefix && ! padSpec.isEmpty()) {
4930 padPos = kPadAfterPrefix;
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ddecimfmt.h692 kPadAfterPrefix, enumerator in enum:DecimalFormat::EPadPosition
1495 * kPadAfterPrefix, kPadBeforeSuffix, or
1513 * kPadAfterPrefix, kPadBeforeSuffix, or
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnumfmtst.cpp1565 expectPad(fmt, "$*^#", DecimalFormat::kPadAfterPrefix, 2, hat);
1574 expectPad(fmt, "'I''ll'*a###.##", DecimalFormat::kPadAfterPrefix,
1595 fmt.setPadPosition(DecimalFormat::kPadAfterPrefix);

Completed in 297 milliseconds