Searched refs:EscapeCodePoint (Results 1 – 1 of 1) sorted by relevance
237 StringPiece EscapeCodePoint(uint32 cp, char* buffer) { in EscapeCodePoint() function275 StringPiece EscapeCodePoint(uint32 cp, char* buffer, bool force_output) { in EscapeCodePoint() function276 StringPiece sp = EscapeCodePoint(cp, buffer); in EscapeCodePoint()321 escaped = EscapeCodePoint(cp, buffer, cp_was_split); in Escape()