Searched refs:finalPrecision (Results 1 – 2 of 2) sorted by relevance
459 int finalPrecision; in SecDecodeTypeS() local467 finalPrecision = (attr->precision == -1) ? SECUREC_INT_MAX : attr->precision; in SecDecodeTypeS()481 for (textLen = 0; textLen < finalPrecision && *strEnd; textLen++) { in SecDecodeTypeS()491 while (finalPrecision-- && *wStrEnd) { in SecDecodeTypeS()504 while (finalPrecision-- && *wStrEnd) { in SecDecodeTypeS()513 if (finalPrecision == SECUREC_INT_MAX) { in SecDecodeTypeS()520 while (finalPrecision-- && *strEnd) { in SecDecodeTypeS()
331 int finalPrecision; local339 finalPrecision = (attr->precision == -1) ? SECUREC_INT_MAX : attr->precision;353 for (textLen = 0; textLen < finalPrecision && *strEnd; textLen++) {363 while (finalPrecision-- && *wStrEnd) {376 while (finalPrecision-- && *wStrEnd) {385 if (finalPrecision == SECUREC_INT_MAX) {392 while (finalPrecision-- && *strEnd) {