Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Dstring_escape.cc35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint() function
99 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()
152 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()