Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/win/
H A Dwin_util.c64 static SgString* utf16ToUtf32(wchar_t *s) in utf16ToUtf32() function
134 return utf16ToUtf32(msg); in get_last_error()
H A Dfile.c804 SG_APPEND1(h, t, utf16ToUtf32(data.cFileName)); in Sg_ReadDirectory()
821 return utf16ToUtf32(ucs2); in Sg_CurrentDirectory()
881 win_sitelib_path = utf16ToUtf32(path); in initialize_path()
888 win_lib_path = utf16ToUtf32(path); in initialize_path()
895 win_dynlib_path = utf16ToUtf32(path); in initialize_path()
913 return utf16ToUtf32(tmp); in Sg_InstalledDirectory()
1004 return SG_OBJ(utf16ToUtf32(buf)); in Sg_AbsolutePath()
H A Dsystem.c126 return utf16ToUtf32(buf); in Sg_Getenv()
240 return utf16ToUtf32(value); in Sg_GetTemporaryDirectory()
318 nodename = utf16ToUtf32(node); in Sg_Uname()
/dports/lang/mosh/mosh-0.2.7/src/
H A DPortProcedures.h40 ucs4string utf16ToUtf32(const char* s, int len);
H A DPortProcedures.cpp100 ucs4string scheme::utf16ToUtf32(const char* s, int len) in utf16ToUtf32() function in scheme