Home
last modified time | relevance | path

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

/external/chromium_org/base/json/
Dstring_escape.cc31 bool EscapeSpecialCodePoint(uint32 code_point, std::string* dest) { in EscapeSpecialCodePoint() function
86 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()
139 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()