Searched refs:last_hex_escape (Results 1 – 3 of 3) sorted by relevance
312 bool last_hex_escape = false; // true if last output char was \xNN. in CEscapeInternal() local329 (last_hex_escape && absl::ascii_isxdigit(c)))) { in CEscapeInternal()346 last_hex_escape = is_hex_escape; in CEscapeInternal()
484 bool last_hex_escape = false; // true if last output char was \xNN in CEscapeInternal() local504 (last_hex_escape && isxdigit(*src)))) { in CEscapeInternal()515 last_hex_escape = is_hex_escape; in CEscapeInternal()
8606 bool last_hex_escape = false; /* true if last output char was \xNN */ in putescaped() local8629 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()8637 last_hex_escape = is_hex_escape; in putescaped()