Searched refs:DIGIT_STRING (Results 1 – 3 of 3) sorted by relevance
30 static const UnicodeString DIGIT_STRING("0123456789ABCDEF"); in appendHex() local32 target += DIGIT_STRING[(number >> ((--digits) * 4)) & 0xF]; in appendHex()