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