Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/localization/
H A Dlocalize.cpp728 auto xstr_str = in; in lcl_ext_localize_sub() local
836 xstr_str = text_str; in lcl_ext_localize_sub()
860 xstr_str = (*lookup_map)[xstr_id]; in lcl_ext_localize_sub()
879 auto str_len = strlen(xstr_str); in lcl_ext_localize_sub()
880 strncpy(out, xstr_str, max_len); in lcl_ext_localize_sub()
888 …n too long: [%s]. Length = " SIZE_T_ARG ". Max is " SIZE_T_ARG ".\n", xstr_str, str_len, max_len… in lcl_ext_localize_sub()
897 auto xstr_str = in.c_str(); in lcl_ext_localize_sub() local
996 xstr_str = text_str.c_str(); in lcl_ext_localize_sub()
1020 xstr_str = (*lookup_map)[xstr_id]; in lcl_ext_localize_sub()
1039 out = xstr_str; in lcl_ext_localize_sub()