Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/Core/
H A DNetNode.cpp96 nn.name = FromSystemCharset(DosInitCaps(GetFileName(s))); in Enum0()
98 nn.name = FromSystemCharset(s); in Enum0()
102 nn.name = String().Cat() << FromSystemCharset(n.lpComment) in Enum0()
105 nn.name = FromSystemCharset(n.lpComment); in Enum0()
108 nn.path = FromSystemCharset(n.lpRemoteName); in Enum0()
H A DApp.cpp75 return FromSystemCharset(getenv(id)); in GetEnv()
129 Vector<String> p = Split(FromSystemCharset(Environment().Get("PATH")), ':'); in GetExeFilePath()
482 cmd.Add(FromSystemCharset(argv[i]).ToWString()); in AppInit__()
625 return FromSystemCharset(temp); in GetComputerName()
635 return FromSystemCharset(temp); in GetUserName()
H A DUtil.cpp586 String FromSystemCharset(const WString& src) in FromSystemCharset() function
625 String FromSystemCharset(const String& src) in FromSystemCharset() function
647 String FromSystemCharset(const String& src) in FromSystemCharset() function
792 return FromSystemCharset(modf.Left((int)(s - p))); in GetErrorMessage()
810 return FromSystemCharset(strerror(errorno)); in GetErrorMessage()
H A DPath.cpp195 return getcwd(h, 1024) ? FromSystemCharset(h) : String(); in GetCurrentDirectory()
225 return FromSystemCharset(P_tmpdir); in GetTempPath()
380 *path = FromSystemCharset(fileW); in sGetSymLinkPath0()
559 name = FromSystemCharset(e->d_name); in Next()
949 if(*name) f.root_desc << " " << FromSystemCharset(name); in Find()
H A DWin32Util.cpp164 return FromSystemCharset(temp); in GetSystemDirectory()
H A DLocalProcess.cpp555 reso << FromSystemCharset(res[0]); in Read2()
556 rese << FromSystemCharset(res[1]); in Read2()
H A DUtil.h163 String FromSystemCharset(const WString& src);
168 String FromSystemCharset(const String& src);
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DWin32.cpp178 filename.Add() = FromSystemCharset(activedir); in Execute()
181 filename.Add() = FromSystemCharset(AppendFileName(activedir, ++s)); in Execute()
185 filename.Add(FromSystemCharset(ofn.lpstrFile)); in Execute()
H A DChWin32.cpp384 String name = FromSystemCharset(ncm.lfMenuFont.lfFaceName); in ChHostSkin()
/dports/devel/upp/upp/reference/WinFb/
H A DLocal.h11 UPP::coreCmdLine__() = UPP::SplitCmdLine__(UPP::FromSystemCharset(lpCmdLine)); \
/dports/devel/upp/upp/bazaar/SysInfo/
H A DSysInfo.cpp186 …version = FromSystemCharset(GetWinRegString("SystemVersion", "HARDWARE\\DESCRIPTION\\System\\BIOS"… in GetSystemInfo()
195 …String strBios = FromSystemCharset(GetWinRegString("BIOSVersion", "HARDWARE\\DESCRIPTION\\System\\… in GetBiosInfo()
197 …strBios = FromSystemCharset(GetWinRegString("SystemBiosVersion", "HARDWARE\\DESCRIPTION\\System", … in GetBiosInfo()
206 …strDate = FromSystemCharset(GetWinRegString("SystemBiosDate", "HARDWARE\\DESCRIPTION\\System", HKE… in GetBiosInfo()
219 vendor = FromSystemCharset(GetWinRegString("VendorIdentifier", strReg, HKEY_LOCAL_MACHINE)); in GetProcessorInfo()
220 …identifier = FromSystemCharset(GetWinRegString("ProcessorNameString", strReg, HKEY_LOCAL_MACHINE))… in GetProcessorInfo()
221 architecture = FromSystemCharset(GetWinRegString("Identifier", strReg, HKEY_LOCAL_MACHINE)); in GetProcessorInfo()
1002 ret = FromSystemCharset(WString(szProcessName).ToString()); in GetProcessName()
1025 ret = FromSystemCharset(WString(szProcessName).ToString()); in GetProcessFileName()
1340 caption.Add(FromSystemCharset(sret)); in GetWindowsList()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCocoWnd.cpp84 quoted.Cat(FromSystemCharset(String(cmd, 1)).ToWString()); in SplitCmdLine__()
H A DWin32GuiA.h21 UPP::coreCmdLine__() = UPP::SplitCmdLine__(UPP::FromSystemCharset(lpCmdLine)); \
H A DGtkWnd.cpp562 quoted.Cat(FromSystemCharset(String(cmd, 1)).ToWString()); in SplitCmdLine__()
H A DWin32Wnd.cpp1324 quoted.Cat(FromSystemCharset(String(cmd, 1)).ToWString()); in SplitCmdLine__()
/dports/devel/upp/upp/uppsrc/Draw/
H A DFontWin32.cpp123 String name = FromSystemCharset(logfont->lfFaceName); in Win32_AddFace()
134 f.name = FromSystemCharset(logfont->lfFaceName); in Win32_AddFace()
/dports/devel/upp/upp/bazaar/Functions4U/
H A DLocalProcess2.cpp582 reso << FromSystemCharset(res[0]); in Read2()
583 rese << FromSystemCharset(res[1]); in Read2()
H A DFunctions4U.cpp700 …String ret = FromSystemCharset(GetWinRegString(local, "Software\\Microsoft\\Windows\\CurrentVersio… in GetShellFolder2()
703 …return FromSystemCharset(GetWinRegString(users, "Software\\Microsoft\\Windows\\CurrentVersion\\Exp… in GetShellFolder2()
/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIEx.cpp192 return FromSystemCharset(strProfileName); in GetProfileName()
503 return FromSystemCharset(s); in ValidateString()
H A DMAPIObject.cpp513 strPath = FromSystemCharset(strPath); in SaveAttachment()
/dports/devel/upp/upp/uppsrc/VirtualGui/
H A DWnd.cpp460 quoted.Cat(FromSystemCharset(String(cmd, 1)).ToWString()); in SplitCmdLine__()
/dports/devel/upp/upp/uppsrc/PostgreSQL/
H A DPostgreSQL.cpp361 SetError(FromSystemCharset(PQerrorMessage(conn)), "Opening database"); in Open()
/dports/devel/upp/upp/reference/Framebuffer/
H A DWnd.cpp746 quoted.Cat(FromSystemCharset(String(cmd, 1)).ToWString()); in SplitCmdLine__()