Home
last modified time | relevance | path

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

/dports/games/hex-a-hop/hex-a-hop-1.1.0/src/
H A Dtext.cpp298 char tmp_utf8[5000]; // FIXME: Check this limit in Print_Aligned() local
300 ConvertToUTF8(string, tmp_utf8, sizeof(tmp_utf8)/sizeof(char)); in Print_Aligned()
370 char tmp[1000], tmp_utf8[5000]; // FIXME: Check this limit in Print() local
373 ConvertToUTF8(tmp, tmp_utf8, sizeof(tmp_utf8)/sizeof(char)); in Print()
374 Print_Pango(x, y, tmp_utf8); in Print()
386 char tmp[1000], tmp_utf8[5000]; // FIXME: Check this limit in PrintR() local
389 ConvertToUTF8(tmp, tmp_utf8, sizeof(tmp_utf8)/sizeof(char)); in PrintR()
390 Print_Pango(x-SDLPangoTextWidth(tmp_utf8), y, tmp_utf8); in PrintR()
401 char tmp_utf8[5000]; // FIXME: Check this limit in Print_Aligned() local
403 ConvertToUTF8(string, tmp_utf8, sizeof(tmp_utf8)/sizeof(char)); in Print_Aligned()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Dec50.cpp734 gchar *tmpword, *tmp_utf8, *p; in searchAllChn() local
765 tmp_utf8 = NULL; in searchAllChn()
771 if (tmp_utf8) { in searchAllChn()
772 pworditem->definition = tmp_utf8; in searchAllChn()
899 gchar *tmp_utf8; in searchAllWord() local
926 tmp_utf8 = NULL; in searchAllWord()
930 tmp_utf8 = g_locale_to_utf8(word + tmpwordlen+1, -1,NULL, NULL, NULL); in searchAllWord()
932 if (tmp_utf8) { in searchAllWord()
933 pworditem->definition = to_utf8_phonetic(tmp_utf8); in searchAllWord()
935 g_free(tmp_utf8); in searchAllWord()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/win32/
H A DInstall.c42 char tmp_utf8[MAX_PATH*4]; in wmain() local
212 WideCharToMultiByte(CP_UTF8,0,erts_dir,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
213 add_init_entry(ini_section,"Bindir",tmp_utf8); in wmain()
215 WideCharToMultiByte(CP_UTF8,0,root,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
216 add_init_entry(ini_section,"Rootdir",tmp_utf8); in wmain()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/win32/
H A DInstall.c42 char tmp_utf8[MAX_PATH*4]; in wmain() local
212 WideCharToMultiByte(CP_UTF8,0,erts_dir,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
213 add_init_entry(ini_section,"Bindir",tmp_utf8); in wmain()
215 WideCharToMultiByte(CP_UTF8,0,root,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
216 add_init_entry(ini_section,"Rootdir",tmp_utf8); in wmain()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/win32/
H A DInstall.c42 char tmp_utf8[MAX_PATH*4]; in wmain() local
212 WideCharToMultiByte(CP_UTF8,0,erts_dir,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
213 add_init_entry(ini_section,"Bindir",tmp_utf8); in wmain()
215 WideCharToMultiByte(CP_UTF8,0,root,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
216 add_init_entry(ini_section,"Rootdir",tmp_utf8); in wmain()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/win32/
H A DInstall.c42 char tmp_utf8[MAX_PATH*4]; in wmain() local
212 WideCharToMultiByte(CP_UTF8,0,erts_dir,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
213 add_init_entry(ini_section,"Bindir",tmp_utf8); in wmain()
215 WideCharToMultiByte(CP_UTF8,0,root,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
216 add_init_entry(ini_section,"Rootdir",tmp_utf8); in wmain()
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/win32/
H A DInstall.c42 char tmp_utf8[MAX_PATH*4]; in wmain() local
212 WideCharToMultiByte(CP_UTF8,0,erts_dir,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
213 add_init_entry(ini_section,"Bindir",tmp_utf8); in wmain()
215 WideCharToMultiByte(CP_UTF8,0,root,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
216 add_init_entry(ini_section,"Rootdir",tmp_utf8); in wmain()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/win32/
H A DInstall.c42 char tmp_utf8[MAX_PATH*4]; in wmain() local
212 WideCharToMultiByte(CP_UTF8,0,erts_dir,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
213 add_init_entry(ini_section,"Bindir",tmp_utf8); in wmain()
215 WideCharToMultiByte(CP_UTF8,0,root,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
216 add_init_entry(ini_section,"Rootdir",tmp_utf8); in wmain()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/win32/
H A DInstall.c42 char tmp_utf8[MAX_PATH*4]; in wmain() local
212 WideCharToMultiByte(CP_UTF8,0,erts_dir,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
213 add_init_entry(ini_section,"Bindir",tmp_utf8); in wmain()
215 WideCharToMultiByte(CP_UTF8,0,root,-1,tmp_utf8,MAX_PATH*4,NULL,NULL); in wmain()
216 add_init_entry(ini_section,"Rootdir",tmp_utf8); in wmain()
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/
H A Dnp2buf.pyx110 cdef object tmp_utf8 = None
121 tmp_utf8 = subitem.encode("UTF-8")
122 input_ptr = <char*>tmp_utf8
134 if tmp_utf8:
135 del tmp_utf8
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-song-info.c1280 char *tmp_utf8; in rb_song_info_update_location() local
1290 if (tmp_utf8 != NULL) { in rb_song_info_update_location()
1292 tmp_utf8); in rb_song_info_update_location()
1298 g_free (tmp_utf8); in rb_song_info_update_location()
1299 tmp_utf8 = NULL; in rb_song_info_update_location()
1315 if (g_strcmp0 (tmp_utf8, desktopdir) == 0) { in rb_song_info_update_location()
1316 g_free (tmp_utf8); in rb_song_info_update_location()
1317 tmp_utf8 = g_strdup (_("On the desktop")); in rb_song_info_update_location()
1335 if (tmp_utf8 != NULL) { in rb_song_info_update_location()
1337 tmp_utf8); in rb_song_info_update_location()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dmpeg4_inputsensor.c348 char tmp_utf8[5000]; in IS_ProcessData() local
362 len = (u32) gf_utf8_wcstombs(tmp_utf8, 5000, &ptr); in IS_ProcessData()
365 memcpy(outText->buffer, tmp_utf8, sizeof(char) * len-1); in IS_ProcessData()
384 len = (u32) gf_utf8_wcstombs(tmp_utf8, 5000, &ptr); in IS_ProcessData()
387 memcpy(inText->buffer, tmp_utf8, sizeof(char) * len); in IS_ProcessData()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dmpeg4_inputsensor.c348 char tmp_utf8[5000]; in IS_ProcessData() local
362 len = (u32) gf_utf8_wcstombs(tmp_utf8, 5000, &ptr); in IS_ProcessData()
365 memcpy(outText->buffer, tmp_utf8, sizeof(char) * len-1); in IS_ProcessData()
384 len = (u32) gf_utf8_wcstombs(tmp_utf8, 5000, &ptr); in IS_ProcessData()
387 memcpy(inText->buffer, tmp_utf8, sizeof(char) * len); in IS_ProcessData()
/dports/games/klavaro/klavaro-3.11/src/
H A Dkeyboard.c1609 gchar tmp_utf8[7]; in keyb_change_key() local
1617 tmp_utf8[g_unichar_to_utf8 (str_char, tmp_utf8)] = '\0'; in keyb_change_key()
1618 gtk_label_set_text (GTK_LABEL (keyb.lab[key_lin][key_col]), tmp_utf8); in keyb_change_key()