Searched refs:GetSystemString (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/Common/ |
D | StringConvert.h | 52 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/ |
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 | 101 #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()
|
D | Registry.cpp | 114 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()
|
D | Shell.cpp | 328 bool res = BrowseForFolder(owner, GetSystemString(title), in BrowseForFolder() 331 , GetSystemString(initialFolder), s); in BrowseForFolder()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 263 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/ |
D | PropertyPage.cpp | 60 titles.Add(GetSystemString(pagesInfo[i].Title)); in MyPropertySheet() 118 AString titleA (GetSystemString(title)); in MyPropertySheet()
|
D | ComboBox.cpp | 38 return AddString(GetSystemString(s)); in AddString()
|
D | Dialog.cpp | 223 name = GetSystemString(templateName); in Create() 244 name = GetSystemString(templateName); in Create()
|
D | Window2.cpp | 95 classNameA = GetSystemString(className); in CreateEx()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | WorkDir.cpp | 27 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
|
D | ArchiveCommandLine.cpp | 503 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/ |
D | OverwriteDialog.cpp | 88 GetSystemString(fileInfo.Name), FILE_ATTRIBUTE_NORMAL, &shellFileInfo, in SetFileInfoControl()
|