Home | History | Annotate | Download | only in intltest

Lines Matching refs:kPadBeforeSuffix

1571     expectPad(fmt, "#*^", DecimalFormat::kPadBeforeSuffix, 1, hat);
1575 expectPad(fmt, "'pre'#,##0*x'post'", DecimalFormat::kPadBeforeSuffix,
1577 expectPad(fmt, "''#0*x", DecimalFormat::kPadBeforeSuffix,
1591 fmt.setPadPosition(DecimalFormat::kPadBeforeSuffix);