Searched refs:lim_a (Results 1 – 1 of 1) sorted by relevance
432 int lim_a = 'a' + (radix - 10); in InternalStringToInt() local450 } else if (*current >= 'a' && *current < lim_a) { in InternalStringToInt()