Home
last modified time | relevance | path

Searched refs:GetSystemString (Results 1 - 12 of 12) sorted by relevance

/third_party/lzma/CPP/Common/
H A DStringConvert.h52 inline const wchar_t* GetSystemString(const wchar_t *u) { return u;} in GetSystemString() function
53 inline const UString& GetSystemString(const UString &u) { return u;} in GetSystemString() function
54 inline const wchar_t* GetSystemString(const wchar_t *u, UINT /* codePage */) { return u;} in GetSystemString() function
55 inline const UString& GetSystemString(const UString &u, UINT /* codePage */) { return u;} in GetSystemString() function
57 inline UString GetSystemString(const AString &a, UINT codePage) { return MultiByteToUnicodeString(a, codePage); } in GetSystemString() function
58 inline UString GetSystemString(const char *a, UINT codePage) { return MultiByteToUnicodeString(a, codePage); } in GetSystemString() function
59 inline UString GetSystemString(const AString &a) { return MultiByteToUnicodeString(a); } in GetSystemString() function
60 inline UString GetSystemString(const char *a) { return MultiByteToUnicodeString(a); } in GetSystemString() function
62 inline const char* GetSystemString(const char *a) { return a; } in GetSystemString() function
63 inline const AString& GetSystemString(cons in GetSystemString() function
64 inline const char* GetSystemString(const char *a, UINT) { return a; } GetSystemString() function
65 inline const AString& GetSystemString(const AString &a, UINT) { return a; } GetSystemString() function
67 inline AString GetSystemString(const wchar_t *u) { return UnicodeStringToMultiByte(UString(u)); } GetSystemString() function
68 inline AString GetSystemString(const UString &u) { return UnicodeStringToMultiByte(u); } GetSystemString() function
69 inline AString GetSystemString(const UString &u, UINT codePage) { return UnicodeStringToMultiByte(u, codePage); } GetSystemString() function
[all...]
/third_party/lzma/CPP/Windows/
H A DWindow.cpp36 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()
H A DCommonDialog.cpp129 #define CONV_U_To_A(dest, src, temp) AString temp; if (src) { temp = GetSystemString(src); dest = temp; }
147 f.Add(GetSystemString(filters[i])); in CommonDlg_BrowseForFile()
176 const AString filePath_a = GetSystemString(FilePath); in CommonDlg_BrowseForFile()
H A DRegistry.cpp130 return DeleteValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name)); in DeleteValue()
173 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), in SetValue()
174 value == 0 ? 0 : (LPCSTR)GetSystemString(value)); in SetValue()
302 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
H A DShell.cpp809 bool res = BrowseForFolder(owner, GetSystemString(title), in BrowseForFolder()
812 , GetSystemString(initialFolder), s); in BrowseForFolder()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp266 CSysString filePath (GetSystemString(executeFile)); in WinMain()
284 const CSysString parametersSys (GetSystemString(executeParameters)); in WinMain()
343 const CSysString appLaunchedSys (GetSystemString(dirPrefix + appLaunched)); in WinMain()
/third_party/lzma/CPP/Windows/Control/
H A DPropertyPage.cpp80 titles.Add(GetSystemString(pagesInfo[i].Title)); in MyPropertySheet()
140 AString titleA (GetSystemString(title)); in MyPropertySheet()
H A DComboBox.cpp38 return AddString(GetSystemString(s)); in AddString()
H A DDialog.cpp417 name = GetSystemString(templateName); in Create()
438 name = GetSystemString(templateName); in Create()
H A DWindow2.cpp95 classNameA = GetSystemString(className); in CreateEx()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.cpp88 GetSystemString(fileInfo.Name), FILE_ATTRIBUTE_NORMAL, &shellFileInfo, in SetFileInfoControl()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp595 if (event.Open(EVENT_MODIFY_STATE, false, GetSystemString(Name)) == 0) in ~CEventSetEnd()
626 if (map.Open(FILE_MAP_READ, GetSystemString(s)) != 0) in ParseMapWithPaths()

Completed in 12 milliseconds