Home | History | Annotate | Download | only in i18n

Lines Matching refs:fFormatWidth

35 *   06/29/99    stephen     Fixed operator= to copy fFormatWidth, fPad,
358 fFormatWidth = 0;
748 fFormatWidth = rhs.fFormatWidth;
1029 if (fFormatWidth!=0) {
1030 debug("No Parse fastpath: fFormatWidth");
1054 } else if(fFormatWidth!=0) {
1055 debug("No format fastpath: fFormatWidth!=0");
1805 * Inserts the character fPad as needed to expand result to fFormatWidth.
1813 if (fFormatWidth > 0) {
1814 int32_t len = fFormatWidth - appendTo.length();
1904 if (fFormatWidth > 0 && (fPadPosition == kPadBeforePrefix ||
1920 if (fFormatWidth > 0 && (fPadPosition == kPadBeforeSuffix ||
2159 printf("currencyParsing=%d, fFormatWidth=%d, isParseIntegerOnly=%c text.length=%d negPrefLen=%d\n", currencyParsing, fFormatWidth, (isParseIntegerOnly())?'Y':'N', text.length(), negPrefix!=NULL?negPrefix->length():-1);
2265 printf("fFormatWidth=%d ", fFormatWidth);
2280 if (fFormatWidth > 0 && fPadPosition == kPadBeforePrefix) {
2309 if (fFormatWidth > 0 && fPadPosition == kPadAfterPrefix) {
2606 if (fFormatWidth > 0 && fPadPosition == kPadBeforeSuffix) {
2637 if (fFormatWidth > 0 && fPadPosition == kPadAfterSuffix) {
3455 return fFormatWidth;
3471 fFormatWidth = (width > 0) ? width : 0;
4176 int32_t padPos = (fFormatWidth > 0) ? fPadPosition : -1;
4193 if (fFormatWidth > 0) {
4321 int32_t add = fFormatWidth - result.length() + sub0Start
4916 // fFormatWidth = prefix.length() + suffix.length() +
4918 fFormatWidth = sub0Limit - sub0Start;
4921 fFormatWidth = 0;
4997 fFormatWidth = 0;
5035 if (fFormatWidth > 0) {
5037 // TODO: how to handle fFormatWidth,
5039 fFormatWidth