HomeSort by relevance Sort by last modified time
    Searched refs:GetSystemString (Results 1 - 13 of 13) sorted by null

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

Completed in 206 milliseconds