Home
last modified time | relevance | path

Searched refs:write_char (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/cxx/src/
Dlossy.rs13 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/
Dccaption_dec.c325 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/
Dgenmap_support.py137 self.write_char(c2map[v])
149 def write_char(self, point): member in EncodeMapWriter
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dprint.rs214 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/
Dprint.rs216 self.wtr.write_char(c) in write_literal_char()
/third_party/libcoap/src/
Dcoap_pdu.c1238 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/
Daddr.rs1068 f.write_char('"')?; in fmt_abstract()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs12994 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/
Dvmlinux.h8493 __u64 write_char; member