Home
last modified time | relevance | path

Searched refs:rust_append_utf8_c (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.h74 boolean_t rust_append_utf8_c(rust_state_t *, uint32_t);
H A Drust-v0puny.c235 if (!rust_append_utf8_c(st, buf[i])) in rustv0_puny_decode()
H A Drust-legacy.c355 if (!rust_append_utf8_c(st, val)) in rustleg_parse_special()
H A Drust.c93 rust_append_utf8_c(rust_state_t *st, uint32_t val) in rust_append_utf8_c() function
H A Drust-v0.c962 ret = rust_appendc(st, '\'') && rust_append_utf8_c(st, val) && in rustv0_parse_const_data()