Home
last modified time | relevance | path

Searched refs:toHex16Bit (Results 1 – 1 of 1) sorted by relevance

/third_party/jsoncpp/src/lib_json/
Djson_writer.cpp253 static String toHex16Bit(unsigned int x) { in toHex16Bit() function
327 result += toHex16Bit(codepoint); in valueToQuotedStringN()
332 result += toHex16Bit((codepoint >> 10) + 0xD800); in valueToQuotedStringN()
334 result += toHex16Bit((codepoint & 0x3FF) + 0xDC00); in valueToQuotedStringN()