Home | History | Annotate | Download | only in i18n

Lines Matching refs:isParseIntegerOnly

1632         if (digits->isZero() && !digits->isPositive() && isParseIntegerOnly()) {
1915 else if (!text.compare(position, decimalLen, *decimal) && !isParseIntegerOnly() && !sawDecimal)