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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecimfmt.cpp.fixed281 fPadPosition = kPadBeforePrefix;
1184 case kPadBeforePrefix:
1194 if (fPadPosition == kPadBeforePrefix ||
1249 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix ||
1368 if (fFormatWidth > 0 && fPadPosition == kPadBeforePrefix) {
2208 * @return the pad position, one of <code>kPadBeforePrefix</code>,
2216 * @see #kPadBeforePrefix
2231 * @param padPos the pad position, one of <code>kPadBeforePrefix</code>,
2239 * @see #kPadBeforePrefix
2780 if (padPos == kPadBeforePrefix) {
[all...]
H A Ddecimfmt.cpp369 fPadPosition = kPadBeforePrefix;
404 fPadPosition = kPadBeforePrefix;
1884 case kPadBeforePrefix:
1894 if (fPadPosition == kPadBeforePrefix || fPadPosition == kPadAfterPrefix) {
1964 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix ||
2356 if (fFormatWidth > 0 && fPadPosition == kPadBeforePrefix) {
3585 * @return the pad position, one of <code>kPadBeforePrefix</code>,
3593 * @see #kPadBeforePrefix
3608 * @param padPos the pad position, one of <code>kPadBeforePrefix</code>,
3616 * @see #kPadBeforePrefix
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ddecimfmt.h691 kPadBeforePrefix, enumerator in enum:DecimalFormat::EPadPosition
1494 * @return the pad position, one of kPadBeforePrefix,
1512 * @param padPos the pad position, one of kPadBeforePrefix,
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnumfmtst.cpp1534 expectPad(fmt, "*P##.##", DecimalFormat::kPadBeforePrefix, 5, padString);
1536 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, (UnicodeString)"^");
1539 expectPad(fmt, "*^^^#", DecimalFormat::kPadBeforePrefix, 3, (UnicodeString)"^^^");
1546 expectPad(fmt, pattern , DecimalFormat::kPadBeforePrefix, 4, padString);
1564 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, hat);
1583 fmt.setPadPosition(DecimalFormat::kPadBeforePrefix);

Completed in 339 milliseconds