Home
last modified time | relevance | path

Searched refs:GetSystemString (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/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(… in GetSystemString() function
58 …inline UString GetSystemString(const char *a, UINT codePage) { return MultiByteToUnicodeString(… 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(const AString &a) { return a; } in GetSystemString() function
[all …]
/aosp_15_r20/external/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 DNet.cpp153 resource.LocalName = GetSystemString(resourceW.LocalName); in ConvertResourceWToResource()
154 resource.RemoteName = GetSystemString(resourceW.RemoteName); in ConvertResourceWToResource()
155 resource.Comment = GetSystemString(resourceW.Comment); in ConvertResourceWToResource()
156 resource.Provider = GetSystemString(resourceW.Provider); in ConvertResourceWToResource()
389 const CSysString passwordA (GetSystemString(password)); in AddConnection2()
390 const CSysString userNameA (GetSystemString(userName)); in AddConnection2()
H A DCommonDialog.cpp129 #define CONV_U_To_A(dest, src, temp) AString temp; if (src) { temp = GetSystemString(src); dest = t…
147 f.Add(GetSystemString(filters[i])); in CommonDlg_BrowseForFile()
176 const AString filePath_a = GetSystemString(FilePath); in CommonDlg_BrowseForFile()
H A DMenu.cpp199 s = GetSystemString(item.StringValue); in SetItem()
226 s = GetSystemString(item.StringValue); in InsertItem()
261 return AppendItem(flags, newItemID, GetSystemString(newItem)); in AppendItem()
H A DRegistry.cpp144 return DeleteValue(name == NULL ? NULL : (LPCSTR)GetSystemString(name)); in DeleteValue()
191 (LPCSTR)GetSystemString(name), in SetValue()
192 (LPCSTR)GetSystemString(value)); in SetValue()
356 res = QueryValue(name == NULL ? NULL : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
H A DProcessUtils.cpp69 curDirA = GetSystemString(curDir); in Create()
70 const AString s = GetSystemString(params2); in Create()
H A DShell.cpp827 bool res = BrowseForFolder(owner, GetSystemString(title), in BrowseForFolder()
830 , GetSystemString(initialFolder), s); in BrowseForFolder()
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp269 CSysString filePath (GetSystemString(executeFile)); in WinMain()
287 const CSysString parametersSys (GetSystemString(executeParameters)); in WinMain()
346 const CSysString appLaunchedSys (GetSystemString(dirPrefix + appLaunched)); in WinMain()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DSystemPage.cpp250 mi.ReadFromRegistry(GetHKey(g), GetSystemString(extInfo.Ext)); in OnInit()
307 res2 = NRegistryAssoc::AddShellExtensionInfo(key, GetSystemString(extInfo.Ext), in OnApply()
311 res2 = NRegistryAssoc::DeleteShellExtensionInfo(key, GetSystemString(extInfo.Ext)); in OnApply()
H A DViewSettings.cpp76 key.SetValue(GetSystemString(id), (const Byte *)buf, dataSize); in Save()
89 if (key.QueryValue_Binary(GetSystemString(id), buf) != ERROR_SUCCESS) in Read()
H A DHelpUtils.cpp74 HtmlHelp(NULL, GetSystemString(fs2us(path)), HH_DISPLAY_TOPIC, 0); in ShowHelpWindow()
H A DOverwriteDialog.cpp155 CSysString name = GetSystemString(fileInfo.Path); in SetFileInfoControl()
H A DPanelOperations.cpp133 const AString path (GetSystemString(GetItemFullPath(indices[i]))); in DeleteItems()
H A DBrowseDialog2.cpp1035 const CSysString sysPath (GetSystemString(path2)); in StartApplication()
1036 const CSysString sysDir (GetSystemString(dir)); in StartApplication()
H A DApp.cpp945 g_ToolTipBufferSys = GetSystemString(g_ToolTipBuffer); in OnNotify()
H A DPanelDrag.cpp1434 namesA.Add(GetSystemString(names[i])); in CopyNamesToHGlobal()
/aosp_15_r20/external/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 DDialog.cpp418 name = GetSystemString(templateName); in Create()
439 name = GetSystemString(templateName); in Create()
H A DComboBox.cpp38 return AddString(GetSystemString(s)); in AddString()
H A DWindow2.cpp95 classNameA = GetSystemString(className); in CreateEx()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DCompressCall.cpp138 const WRes wres = fileMapping.Create(PAGE_READWRITE, totalSize, GetSystemString(mappingName)); in CreateMap()
150 const WRes wres = event.CreateWithName(false, GetSystemString(eventName)); in CreateMap()
H A DArchiveCommandLine.cpp612 if (event.Open(EVENT_MODIFY_STATE, false, GetSystemString(Name)) == 0) in ~CEventSetEnd()
643 if (map.Open(FILE_MAP_READ, GetSystemString(s)) != 0) in ParseMapWithPaths()
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp1532 fo.FormatID = GetSystemString(name); in FindRegistryFormat_Always()