Home
last modified time | relevance | path

Searched refs:MAX_UTF8_NAME_LEN (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dgemdos.c993 #define MAX_UTF8_NAME_LEN (3*(8+1+3)+1) /* UTF-8 can have up to 3 bytes per character */ in match_host_dir_entry() macro
997 char nameHost[MAX_UTF8_NAME_LEN]; in match_host_dir_entry()
999 Str_AtariToHost(name, nameHost, MAX_UTF8_NAME_LEN, INVALID_CHAR); in match_host_dir_entry()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dgemdos.c1126 #define MAX_UTF8_NAME_LEN (3*(8+1+3)+1) /* UTF-8 can have up to 3 bytes per character */ in match_host_dir_entry() macro
1130 char nameHost[MAX_UTF8_NAME_LEN]; in match_host_dir_entry()
1132 Str_AtariToHost(name, nameHost, MAX_UTF8_NAME_LEN, INVALID_CHAR); in match_host_dir_entry()