Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
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 …]
/external/lzma/CPP/Windows/
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()
DCommonDialog.cpp101 #define CONV_U_To_A(dest, src, temp) AString temp; if (src) { temp = GetSystemString(src); dest = t…
122 MyStringCopy(buf, (const char *)GetSystemString(filePath)); in MyGetOpenFileName()
131 dz.Add(GetSystemString(filterDescription ? filterDescription : filter)); in MyGetOpenFileName()
132 dz.Add(GetSystemString(filter)); in MyGetOpenFileName()
DRegistry.cpp114 return DeleteValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name)); in DeleteValue()
157 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), in SetValue()
158 value == 0 ? 0 : (LPCSTR)GetSystemString(value)); in SetValue()
286 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
DShell.cpp328 bool res = BrowseForFolder(owner, GetSystemString(title), in BrowseForFolder()
331 , GetSystemString(initialFolder), s); in BrowseForFolder()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp263 CSysString filePath (GetSystemString(executeFile)); in WinMain()
281 CSysString parametersSys (GetSystemString(executeParameters)); in WinMain()
340 CSysString appLaunchedSys (GetSystemString(dirPrefix + appLaunched)); in WinMain()
/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp60 titles.Add(GetSystemString(pagesInfo[i].Title)); in MyPropertySheet()
118 AString titleA (GetSystemString(title)); in MyPropertySheet()
DDialog.cpp223 name = GetSystemString(templateName); in Create()
244 name = GetSystemString(templateName); in Create()
DComboBox.cpp38 return AddString(GetSystemString(s)); in AddString()
DWindow2.cpp95 classNameA = GetSystemString(className); in CreateEx()
/external/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp27 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
DArchiveCommandLine.cpp503 if (event.Open(EVENT_MODIFY_STATE, false, GetSystemString(Name)) == 0) in ~CEventSetEnd()
535 if (map.Open(FILE_MAP_READ, GetSystemString(s)) != 0) in ParseMapWithPaths()
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.cpp88 GetSystemString(fileInfo.Name), FILE_ATTRIBUTE_NORMAL, &shellFileInfo, in SetFileInfoControl()