Searched refs:str_set_n_wchar (Results 1 – 8 of 8) sorted by relevance
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/ |
H A D | i18n.c | 330 str_set_n_wchar(&s, len, ws); in UTF8ToName() 393 str_set_n_wchar(&s, len, ws); in MBToName() 414 str_set_n_wchar(&s, len, (wchar_t *)wc); in WCToName() 428 str_set_n_wchar(&s, len, (wchar_t *)wc); in WCToString()
|
H A D | proto.h | 71 COMMON(status) str_set_n_wchar(PceString str, size_t len, wchar_t *text);
|
H A D | str.c | 149 str_set_n_wchar(PceString str, size_t len, wchar_t *text) in str_set_n_wchar() function
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/itf/ |
H A D | iostream.c | 157 { str_set_n_wchar(&s, advance, (wchar_t*)wbuf); in Swrite_object()
|
H A D | asfile.c | 271 { str_set_n_wchar(&s, size/sizeof(wchar_t), (wchar_t*)wbuf); in pceWrite_nolock()
|
H A D | interface.c | 109 str_set_n_wchar(&ss, len, (wchar_t*)s); in cToPceStringW()
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/ |
H A D | xdisplay.c | 687 str_set_n_wchar(&s, out-bufW, bufW); in collect_selection_display()
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/unx/ |
H A D | file.c | 1193 str_set_n_wchar(&s, wcslen(name), (wchar_t *)name); in waccess()
|