Lines Matching full:strtoi
178 static GLint strToI (const XML_Char *string, const XML_Char **tail, int base) {232 * strToI. In that case the result is number * 10^exponent. After273 exponent = strToI (string+1, &expTail, 10);319 v->_int = strToI (string, &tail, 0);