Searched refs:toHex16Bit (Results 1 – 1 of 1) sorted by relevance
254 static String toHex16Bit(unsigned int x) { in toHex16Bit() function270 result.append("\\u").append(toHex16Bit(ch)); in appendHex()