Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_writer.cpp186 static unsigned int utf8ToCodepoint(const char*& s, const char* e) { in utf8ToCodepoint() function
328 unsigned codepoint = utf8ToCodepoint(c, end); // modifies `c` in valueToQuotedStringN()