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