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