Searched refs:small_digits (Results 1 – 1 of 1) sorted by relevance
152 static const char small_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in number() local158 digits = (type & LARGE) ? large_digits : small_digits; in number()
Completed in 3 milliseconds