Home | History | Annotate | Download | only in i18n

Lines Matching refs:isParseIntegerOnly

2051         if (digits->isZero() && !digits->isPositive() && isParseIntegerOnly()) {
2235 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);
2261 if(isParseIntegerOnly()) {
2568 if (isParseIntegerOnly() || sawDecimal) {
5575 return isParseIntegerOnly();