Lines Matching refs:fFormatWidth
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 ||
2527 …ParseIntegerOnly=%c text.length=%d negPrefLen=%d\n", currencyParsing, fFormatWidth, (isParseIntege…
2633 printf("fFormatWidth=%d ", fFormatWidth);
2648 if (fFormatWidth > 0 && fPadPosition == kPadBeforePrefix) {
2677 if (fFormatWidth > 0 && fPadPosition == kPadAfterPrefix) {
2986 if (fFormatWidth > 0 && fPadPosition == kPadBeforeSuffix) {
3017 if (fFormatWidth > 0 && fPadPosition == kPadAfterSuffix) {
3944 return fFormatWidth;
3960 fFormatWidth = (width > 0) ? width : 0;
4691 int32_t padPos = (fFormatWidth > 0) ? fPadPosition : -1;
4708 if (fFormatWidth > 0) {
4836 int32_t add = fFormatWidth - result.length() + sub0Start
4991 fFormatWidth = out.fFormatWidth;
5031 if (fFormatWidth > 0) {
5035 fFormatWidth += fPositivePrefix.length() + fPositiveSuffix.length();