Searched refs:use_hex (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 483 int dest_len, bool use_hex, bool utf8_safe) { in CEscapeInternal() argument 509 sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), in CEscapeInternal() 511 is_hex_escape = use_hex; in CEscapeInternal()
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 440 auto use_hex = dot_lvl && (c == '0') && is_alpha_char(*cursor_, 'X'); in Next() local 441 if (use_hex) start_digits = ++cursor_; // '0x' is the prefix, skip it in Next() 444 if (use_hex) { in Next() 453 if (use_hex && !dot_lvl) start_digits = cursor_; in Next() 454 if ((use_hex && is_alpha_char(*cursor_, 'P')) || in Next()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9208 const bool use_hex = false; in putescaped() local 9233 sprintf(dst, (use_hex ? "\\x%02x" : "\\%03o"), (uint8_t)*buf); in putescaped() 9234 is_hex_escape = use_hex; in putescaped()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9882 const bool use_hex = false; in putescaped() local 9907 sprintf(dst, (use_hex ? "\\x%02x" : "\\%03o"), (uint8_t)*buf); in putescaped() 9908 is_hex_escape = use_hex; in putescaped()
|
/external/strace/ |
D | ChangeLog | 20076 * util.c (quote_string): Enable use_hex when QUOTE_FORCE_HEX is set
|