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