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.cc486 bool last_hex_escape = false; // true if last output char was \xNN in CEscapeInternal() local
506 (last_hex_escape && isxdigit(*src)))) { in CEscapeInternal()
517 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/protobuf/php/ext/google/protobuf/
Dupb.c9209 bool last_hex_escape = false; /* true if last output char was \xNN */ in putescaped() local
9232 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()
9240 last_hex_escape = is_hex_escape; in putescaped()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9883 bool last_hex_escape = false; /* true if last output char was \xNN */ in putescaped() local
9906 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()
9914 last_hex_escape = is_hex_escape; in putescaped()