Searched refs:EscapeCodePoint (Results 1 – 1 of 1) sorted by relevance
294 StringPiece EscapeCodePoint(uint32 cp, char* buffer) { in EscapeCodePoint() function332 StringPiece EscapeCodePoint(uint32 cp, char* buffer, bool force_output) { in EscapeCodePoint() function333 StringPiece sp = EscapeCodePoint(cp, buffer); in EscapeCodePoint()378 escaped = EscapeCodePoint(cp, buffer, cp_was_split); in Escape()