Searched refs:write_char (Results 1 – 9 of 9) sorted by relevance
/third_party/rust/crates/cxx/src/ |
D | lossy.rs | 13 f.write_char(char::REPLACEMENT_CHARACTER)?; in display() 25 f.write_char('"')?; in debug() 43 f.write_char(ch)?; in debug() 66 f.write_char('"') in debug()
|
/third_party/ffmpeg/libavcodec/ |
D | ccaption_dec.c | 325 static void write_char(CCaptionSubContext *ctx, struct Screen *screen, char ch) in write_char() function 627 write_char(ctx, screen, ' '); in handle_textattr() 653 write_char(ctx, screen, ' '); in handle_pac() 702 write_char(ctx, screen, 0); in handle_delete_end_of_row() 727 write_char(ctx, screen, hi); in handle_char() 732 write_char(ctx, screen, lo); in handle_char() 734 write_char(ctx, screen, 0); in handle_char()
|
/third_party/python/Tools/unicode/ |
D | genmap_support.py | 137 self.write_char(c2map[v]) 149 def write_char(self, point): member in EncodeMapWriter
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | print.rs | 214 Verbatim => self.wtr.write_char(ast.c), in fmt_literal() 381 OneLetter(c) => self.wtr.write_char(c), in fmt_class_unicode()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | print.rs | 216 self.wtr.write_char(c) in write_literal_char()
|
/third_party/libcoap/src/ |
D | coap_pdu.c | 1238 write_char(char **obp, size_t *len, char c, int printable) { in write_char() function 1349 ok = ok && write_char(&obp, &outbuflen, *opt_last, i); in coap_pdu_parse_opt() 1354 ok = ok && write_char(&obp, &outbuflen, *opt, i); in coap_pdu_parse_opt()
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 1068 f.write_char('"')?; in fmt_abstract()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 12994 f.write_char('☃')?; 13205 let _ = w.write_char('☃'); 18695 fn write_char(&mut self, c: char) -> fmt::Result {
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 8493 __u64 write_char; member
|