• Home
  • Raw
  • Download

Lines Matching refs:fFormatWidth

358     fFormatWidth = 0;  in init()
748 fFormatWidth = rhs.fFormatWidth; in operator =()
1029 if (fFormatWidth!=0) { in handleChanged()
1054 } else if(fFormatWidth!=0) { in handleChanged()
1813 if (fFormatWidth > 0) { in addPadding()
1814 int32_t len = fFormatWidth - appendTo.length(); in addPadding()
1904 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix || in parse()
1920 if (fFormatWidth > 0 && (fPadPosition == kPadBeforeSuffix || in parse()
2159 …ParseIntegerOnly=%c text.length=%d negPrefLen=%d\n", currencyParsing, fFormatWidth, (isParseIntege… in subparse()
2265 printf("fFormatWidth=%d ", fFormatWidth); in subparse()
2280 if (fFormatWidth > 0 && fPadPosition == kPadBeforePrefix) { in subparse()
2309 if (fFormatWidth > 0 && fPadPosition == kPadAfterPrefix) { in subparse()
2606 if (fFormatWidth > 0 && fPadPosition == kPadBeforeSuffix) { in subparse()
2637 if (fFormatWidth > 0 && fPadPosition == kPadAfterSuffix) { in subparse()
3455 return fFormatWidth; in getFormatWidth()
3471 fFormatWidth = (width > 0) ? width : 0; in setFormatWidth()
4176 int32_t padPos = (fFormatWidth > 0) ? fPadPosition : -1; in toPattern()
4193 if (fFormatWidth > 0) { in toPattern()
4321 int32_t add = fFormatWidth - result.length() + sub0Start in toPattern()
4918 fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
4921 fFormatWidth = 0; in applyPatternWithoutExpandAffix()
4997 fFormatWidth = 0; in applyPatternWithoutExpandAffix()
5035 if (fFormatWidth > 0) { in expandAffixAdjustWidth()
5039 fFormatWidth += fPositivePrefix.length() + fPositiveSuffix.length(); in expandAffixAdjustWidth()