Home
last modified time | relevance | path

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

/external/cronet/base/json/
Dstring_escape.cc36 bool EscapeSpecialCodePoint(base_icu::UChar32 code_point, std::string* dest) { in EscapeSpecialCodePoint() function
97 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()
145 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()
/external/libchrome/base/json/
Dstring_escape.cc35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint() function
101 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()
152 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()