Searched refs:fFormatWidth (Results 1 – 4 of 4) sorted by relevance
416 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 …]
91 fFormatWidth(0), in DecimalFormatPattern()599 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()602 out.fFormatWidth = 0; in applyPatternWithoutExpandAffix()638 out.fFormatWidth = 0; in applyPatternWithoutExpandAffix()
56 int32_t fFormatWidth; member
2287 int32_t fFormatWidth; variable