Searched refs:lim_0 (Results 1 – 1 of 1) sorted by relevance
359 int lim_0 = '0' + (radix < 10 ? radix : 10); in InternalStringToInt() local376 if (*current >= '0' && *current < lim_0) { in InternalStringToInt()