Home
last modified time | relevance | path

Searched refs:write_char (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/cxx/src/
H A 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/
H A Dccaption_dec.c327 static void write_char(CCaptionSubContext *ctx, struct Screen *screen, char ch) in write_char() function
629 write_char(ctx, screen, ' '); in handle_textattr()
655 write_char(ctx, screen, ' '); in handle_pac()
704 write_char(ctx, screen, 0); in handle_delete_end_of_row()
729 write_char(ctx, screen, hi); in handle_char()
734 write_char(ctx, screen, lo); in handle_char()
736 write_char(ctx, screen, 0); in handle_char()
/third_party/python/Tools/unicode/
H A Dgenmap_support.py137 self.write_char(c2map[v])
149 def write_char(self, point): member in EncodeMapWriter
/third_party/rust/crates/serde/serde/src/de/
H A Dmod.rs2309 fn write_char(&mut self, ch: char) -> fmt::Result { in fmt() functions
2311 self.formatter.write_char(ch) in fmt()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A 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/
H A Dprint.rs216 self.wtr.write_char(c) in write_literal_char()
/third_party/libcoap/src/
H A Dcoap_pdu.c1253 write_char(char **obp, size_t *len, char c, int printable) { in write_char() function
1364 ok = ok && write_char(&obp, &outbuflen, *opt_last, i); in coap_pdu_parse_opt()
1369 ok = ok && write_char(&obp, &outbuflen, *opt, i); in coap_pdu_parse_opt()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs12994 f.write_char('☃')?; in fmt()
13205 let _ = w.write_char('☃'); in test_write()
18695 fn write_char(&mut self, c: char) -> fmt::Result { in write_char() functions
[all...]

Completed in 52 milliseconds