Searched refs:BothDigits (Results 1 – 1 of 1) sorted by relevance
2175 static const char BothDigits[] = "0123456789abcdefghijklmnopqrstuvwxyz" in toString() local2177 const char *Digits = BothDigits + (UpperCase ? 36 : 0); in toString()