Home | History | Annotate | Download | only in i18n

Lines Matching refs:tmpVal

2114         int32_t tmpVal = decVal * 10 + digit;
2115 if (tmpVal > maxVal) {
2118 decVal = tmpVal;