Searched refs:toHex16Bit (Results 1 – 1 of 1) sorted by relevance
253 static String toHex16Bit(unsigned int x) { in toHex16Bit() function327 result += toHex16Bit(codepoint); in valueToQuotedStringN()332 result += toHex16Bit((codepoint >> 10) + 0xD800); in valueToQuotedStringN()334 result += toHex16Bit((codepoint & 0x3FF) + 0xDC00); in valueToQuotedStringN()