Searched refs:decdigit (Results 1 – 1 of 1) sorted by relevance
3063 static Int decdigit ( HChar c ) in decdigit() function3104 while (decdigit(*buf) >= 0) { in readdec64()3105 *val = (*val * 10) + decdigit(*buf); in readdec64()