Searched refs:GetSystemString (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/Common/ |
D | StringConvert.h | 48 inline const wchar_t* GetSystemString(const wchar_t* unicodeString) in GetSystemString() function 50 inline const UString& GetSystemString(const UString &unicodeString) in GetSystemString() function 52 inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT /* codePage */) in GetSystemString() function 54 inline const UString& GetSystemString(const UString &unicodeString, UINT /* codePage */) in GetSystemString() function 56 inline UString GetSystemString(const AString &multiByteString, UINT codePage) in GetSystemString() function 58 inline UString GetSystemString(const AString &multiByteString) in GetSystemString() function 61 inline const char* GetSystemString(const char *ansiString) in GetSystemString() function 63 inline const AString& GetSystemString(const AString &multiByteString, UINT) in GetSystemString() function 65 inline const char * GetSystemString(const char *multiByteString, UINT) in GetSystemString() function 67 inline AString GetSystemString(const UString &unicodeString) in GetSystemString() function [all …]
|
/external/lzma/CPP/Windows/ |
D | Window.cpp | 36 menuName = GetSystemString(wndClass->lpszMenuName); in MyRegisterClass() 43 className = GetSystemString(wndClass->lpszClassName); in MyRegisterClass() 62 return Create(GetSystemString(className), GetSystemString(windowName), in Create() 86 classNameA = GetSystemString(className); in CreateEx() 95 windowNameA = GetSystemString(windowName); in CreateEx()
|
D | CommonDialog.cpp | 99 #define CONV_U_To_A(dest, src, temp) AString temp; if (src) { temp = GetSystemString(src); dest = t… 120 MyStringCopy(buf, (const char *)GetSystemString(filePath)); in MyGetOpenFileName() 129 dz.Add(GetSystemString(filterDescription ? filterDescription : filter)); in MyGetOpenFileName() 130 dz.Add(GetSystemString(filter)); in MyGetOpenFileName()
|
D | Registry.cpp | 112 return DeleteValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name)); in DeleteValue() 155 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), in SetValue() 156 value == 0 ? 0 : (LPCSTR)GetSystemString(value)); in SetValue() 276 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
|
D | Shell.cpp | 322 bool res = BrowseForFolder(owner, GetSystemString(title), in BrowseForFolder() 325 , GetSystemString(initialFolder), s); in BrowseForFolder()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 254 CSysString filePath = GetSystemString(executeFile); in WinMain() 273 CSysString parametersSys = GetSystemString(executeParameters); in WinMain() 332 CSysString appLaunchedSys = GetSystemString(dirPrefix + appLaunched); in WinMain()
|
/external/lzma/CPP/Windows/Control/ |
D | PropertyPage.cpp | 60 titles.Add(GetSystemString(pagesInfo[i].Title)); in MyPropertySheet() 118 AString titleA = GetSystemString(title); in MyPropertySheet()
|
D | ComboBox.cpp | 34 return AddString(GetSystemString(s)); in AddString()
|
D | Dialog.cpp | 222 name = GetSystemString(templateName); in Create() 243 name = GetSystemString(templateName); in Create()
|
D | Window2.cpp | 95 classNameA = GetSystemString(className); in CreateEx()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | WorkDir.cpp | 26 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
|
D | ArchiveCommandLine.cpp | 443 if (event.Open(EVENT_MODIFY_STATE, false, GetSystemString(Name)) == 0) in ~CEventSetEnd() 475 if (map.Open(FILE_MAP_READ, GetSystemString(s)) != 0) in ParseMapWithPaths()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | OverwriteDialog.cpp | 85 GetSystemString(fileInfo.Name), FILE_ATTRIBUTE_NORMAL, &shellFileInfo, in SetFileInfoControl()
|