Searched refs:EscapeSpecialCodePoint (Results 1 – 2 of 2) sorted by relevance
36 bool EscapeSpecialCodePoint(base_icu::UChar32 code_point, std::string* dest) { in EscapeSpecialCodePoint() function97 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()145 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()
35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint() function101 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()152 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()