Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_writer.cpp256 static String toHex16Bit(unsigned int x) { in toHex16Bit() function
272 result.append("\\u").append(toHex16Bit(ch)); in appendHex()