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

/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.h32 kPadBeforePrefix, enumerator in enum:DecimalFormatPattern::EPadPosition
H A Ddecimalformatpattern.cpp101 fPadPosition(DecimalFormatPattern::kPadBeforePrefix) {
534 padPos = DecimalFormatPattern::kPadBeforePrefix;
H A Ddecimfmt.cpp415 fPadPosition = kPadBeforePrefix;
449 fPadPosition = kPadBeforePrefix;
2161 case kPadBeforePrefix:
2171 if (fPadPosition == kPadBeforePrefix || fPadPosition == kPadAfterPrefix) {
2238 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix ||
2642 if (fFormatWidth > 0 && fPadPosition == kPadBeforePrefix) {
3954 * @return the pad position, one of <code>kPadBeforePrefix</code>,
3962 * @see #kPadBeforePrefix
3977 * @param padPos the pad position, one of <code>kPadBeforePrefix</code>,
3985 * @see #kPadBeforePrefix
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h692 kPadBeforePrefix, enumerator in enum:DecimalFormat::EPadPosition
1412 * @return the pad position, one of kPadBeforePrefix,
1430 * @param padPos the pad position, one of kPadBeforePrefix,
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h692 kPadBeforePrefix, enumerator in enum:DecimalFormat::EPadPosition
1440 * @return the pad position, one of kPadBeforePrefix,
1458 * @param padPos the pad position, one of kPadBeforePrefix,
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp394 fPadPosition = kPadBeforePrefix;
428 fPadPosition = kPadBeforePrefix;
2072 case kPadBeforePrefix:
2082 if (fPadPosition == kPadBeforePrefix || fPadPosition == kPadAfterPrefix) {
2149 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix ||
2553 if (fFormatWidth > 0 && fPadPosition == kPadBeforePrefix) {
3865 * @return the pad position, one of <code>kPadBeforePrefix</code>,
3873 * @see #kPadBeforePrefix
3888 * @param padPos the pad position, one of <code>kPadBeforePrefix</code>,
3896 * @see #kPadBeforePrefix
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp1548 expectPad(fmt, "*P##.##", DecimalFormat::kPadBeforePrefix, 5, padString);
1550 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, (UnicodeString)"^");
1553 expectPad(fmt, "*^^^#", DecimalFormat::kPadBeforePrefix, 3, (UnicodeString)"^^^");
1560 expectPad(fmt, pattern , DecimalFormat::kPadBeforePrefix, 4, padString);
1578 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, hat);
1597 fmt.setPadPosition(DecimalFormat::kPadBeforePrefix);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1552 expectPad(fmt, "*P##.##", DecimalFormat::kPadBeforePrefix, 5, padString);
1554 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, (UnicodeString)"^");
1557 expectPad(fmt, "*^^^#", DecimalFormat::kPadBeforePrefix, 3, (UnicodeString)"^^^");
1564 expectPad(fmt, pattern , DecimalFormat::kPadBeforePrefix, 4, padString);
1582 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, hat);
1601 fmt.setPadPosition(DecimalFormat::kPadBeforePrefix);

Completed in 101 milliseconds