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

/external/icu4c/i18n/
H A Ddecimfmt.cpp35 * 06/29/99 stephen Fixed operator= to copy fFormatWidth, fPad,
368 fFormatWidth = 0;
758 fFormatWidth = rhs.fFormatWidth;
1039 if (fFormatWidth!=0) {
1040 debug("No Parse fastpath: fFormatWidth");
1064 } else if(fFormatWidth!=0) {
1065 debug("No format fastpath: fFormatWidth!=0");
1865 * Inserts the character fPad as needed to expand result to fFormatWidth.
1873 if (fFormatWidth >
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp35 * 06/29/99 stephen Fixed operator= to copy fFormatWidth, fPad,
338 fFormatWidth = 0;
682 fFormatWidth = rhs.fFormatWidth;
1503 * Inserts the character fPad as needed to expand result to fFormatWidth.
1511 if (fFormatWidth > 0) {
1512 int32_t len = fFormatWidth - appendTo.length();
1589 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix ||
1599 if (fFormatWidth > 0 && (fPadPosition == kPadBeforeSuffix ||
1831 if (fFormatWidth >
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h1915 * expand affixes (after apply patter) and re-compute fFormatWidth
2129 int32_t fFormatWidth; member in class:DecimalFormat
/external/icu4c/i18n/unicode/
H A Ddecimfmt.h2027 * expand affixes (after apply patter) and re-compute fFormatWidth
2264 int32_t fFormatWidth; member in class:DecimalFormat

Completed in 57 milliseconds