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