Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dtextprinter.c59 bool last_hex_escape = false; /* true if last output char was \xNN */ in putescaped() local
82 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()
90 last_hex_escape = is_hex_escape; in putescaped()
/external/abseil-cpp/absl/strings/
Descaping.cc312 bool last_hex_escape = false; // true if last output char was \xNN. in CEscapeInternal() local
329 (last_hex_escape && absl::ascii_isxdigit(c)))) { in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping.cc312 bool last_hex_escape = false; // true if last output char was \xNN. in CEscapeInternal() local
329 (last_hex_escape && absl::ascii_isxdigit(c)))) { in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/angle/third_party/abseil-cpp/absl/strings/
Descaping.cc312 bool last_hex_escape = false; // true if last output char was \xNN. in CEscapeInternal() local
329 (last_hex_escape && absl::ascii_isxdigit(c)))) { in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/openscreen/third_party/abseil/src/absl/strings/
Descaping.cc312 bool last_hex_escape = false; // true if last output char was \xNN. in CEscapeInternal() local
329 (last_hex_escape && absl::ascii_isxdigit(c)))) { in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/libtextclassifier/abseil-cpp/absl/strings/
Descaping.cc312 bool last_hex_escape = false; // true if last output char was \xNN. in CEscapeInternal() local
329 (last_hex_escape && absl::ascii_isxdigit(c)))) { in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Descaping.cc312 bool last_hex_escape = false; // true if last output char was \xNN. in CEscapeInternal() local
329 (last_hex_escape && absl::ascii_isxdigit(c)))) { in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/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()