Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp416 fFormatWidth = 0; in init()
810 fFormatWidth = rhs.fFormatWidth; in operator =()
990 if (fFormatWidth != other->fFormatWidth) { in operator ==()
1081 fFormatWidth == other->fFormatWidth &&
1295 if (fFormatWidth!=0) {
1313 } else if(fFormatWidth!=0) {
2156 if (fFormatWidth > 0) {
2157 int32_t len = fFormatWidth - appendTo.length();
2244 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix ||
2260 if (fFormatWidth > 0 && (fPadPosition == kPadBeforeSuffix ||
[all …]
Ddecimalformatpattern.cpp91 fFormatWidth(0), in DecimalFormatPattern()
599 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
602 out.fFormatWidth = 0; in applyPatternWithoutExpandAffix()
638 out.fFormatWidth = 0; in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h56 int32_t fFormatWidth; member
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2287 int32_t fFormatWidth; variable