Home
last modified time | relevance | path

Searched refs:last_hex_escape (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc503 bool last_hex_escape = false; // true if last output char was \xNN in CEscapeInternal() local
523 (last_hex_escape && isxdigit(*src)))) { in CEscapeInternal()
534 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/protobuf/php/ext/google/protobuf/
Dupb.c8423 bool last_hex_escape = false; /* true if last output char was \xNN */ in putescaped() local
8446 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()
8454 last_hex_escape = is_hex_escape; in putescaped()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12248 bool last_hex_escape = false; /* true if last output char was \xNN */ in putescaped() local
12271 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()
12279 last_hex_escape = is_hex_escape; in putescaped()