Home
last modified time | relevance | path

Searched refs:tsm_ucs4_to_utf8 (Results 1 – 21 of 21) sorted by relevance

/dports/x11/havoc/havoc-0.3.1/tsm/
H A Dtsm-unicode.c350 size_t tsm_ucs4_to_utf8(uint32_t g, char *txt) in tsm_ucs4_to_utf8() function
394 pos += tsm_ucs4_to_utf8(ucs4[i], &val[pos]); in tsm_ucs4_to_utf8_alloc()
H A Dlibtsm.h80 size_t tsm_ucs4_to_utf8(uint32_t ucs4, char *out);
H A Dtsm-selection.c127 pos += tsm_ucs4_to_utf8(line->cells[i].ch, pos); in copy_line()
H A Dtsm-vte.c2633 len = tsm_ucs4_to_utf8(tsm_symbol_make(unicode), u8); in tsm_vte_handle_keyboard()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_unicode.c368 size_t tsm_ucs4_to_utf8(uint32_t g, char *txt) in tsm_ucs4_to_utf8() function
412 pos += tsm_ucs4_to_utf8(ucs4[i], &val[pos]); in tsm_ucs4_to_utf8_alloc()
H A Dlibtsm.h93 size_t tsm_ucs4_to_utf8(uint32_t ucs4, char *out);
H A Dtsm_screen.c748 size_t nch = tsm_ucs4_to_utf8(*ch, u8_ch); in ascii_test()
1949 pos += tsm_ucs4_to_utf8(line->cells[i].ch, pos); in copy_line()
1958 pos += tsm_ucs4_to_utf8(' ', pos); in copy_line()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_unicode.c368 size_t tsm_ucs4_to_utf8(uint32_t g, char *txt) in tsm_ucs4_to_utf8() function
412 pos += tsm_ucs4_to_utf8(ucs4[i], &val[pos]); in tsm_ucs4_to_utf8_alloc()
H A Dlibtsm.h93 size_t tsm_ucs4_to_utf8(uint32_t ucs4, char *out);
H A Dtsm_screen.c748 size_t nch = tsm_ucs4_to_utf8(*ch, u8_ch); in ascii_test()
1949 pos += tsm_ucs4_to_utf8(line->cells[i].ch, pos); in copy_line()
1958 pos += tsm_ucs4_to_utf8(' ', pos); in copy_line()
/dports/devel/libtsm/libtsm-3/src/
H A Dtsm_unicode.c363 size_t tsm_ucs4_to_utf8(uint32_t g, char *txt) in tsm_ucs4_to_utf8() function
407 pos += tsm_ucs4_to_utf8(ucs4[i], &val[pos]); in tsm_ucs4_to_utf8_alloc()
H A Dlibtsm.h118 size_t tsm_ucs4_to_utf8(uint32_t ucs4, char *out);
H A Dtsm_screen.c1791 pos += tsm_ucs4_to_utf8(line->cells[i].ch, pos); in copy_line()
1793 pos += tsm_ucs4_to_utf8(' ', pos); in copy_line()
H A Dtsm_vte.c2784 len = tsm_ucs4_to_utf8(tsm_symbol_make(unicode), u8); in tsm_vte_handle_keyboard()
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_unicode.c368 size_t tsm_ucs4_to_utf8(uint32_t g, char *txt) in tsm_ucs4_to_utf8() function
412 pos += tsm_ucs4_to_utf8(ucs4[i], &val[pos]); in tsm_ucs4_to_utf8_alloc()
H A Dlibtsm.h93 size_t tsm_ucs4_to_utf8(uint32_t ucs4, char *out);
H A Dtsm_screen.c748 size_t nch = tsm_ucs4_to_utf8(*ch, u8_ch); in ascii_test()
1949 pos += tsm_ucs4_to_utf8(line->cells[i].ch, pos); in copy_line()
1958 pos += tsm_ucs4_to_utf8(' ', pos); in copy_line()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_unicode.c368 size_t tsm_ucs4_to_utf8(uint32_t g, char *txt) in tsm_ucs4_to_utf8() function
412 pos += tsm_ucs4_to_utf8(ucs4[i], &val[pos]); in tsm_ucs4_to_utf8_alloc()
H A Dlibtsm.h93 size_t tsm_ucs4_to_utf8(uint32_t ucs4, char *out);
H A Dtsm_screen.c748 size_t nch = tsm_ucs4_to_utf8(*ch, u8_ch); in ascii_test()
1949 pos += tsm_ucs4_to_utf8(line->cells[i].ch, pos); in copy_line()
1958 pos += tsm_ucs4_to_utf8(' ', pos); in copy_line()
/dports/devel/libtsm/libtsm-3/docs/
H A Dlibtsm.sym35 tsm_ucs4_to_utf8;