/external/lzma/CPP/Windows/ |
D | Shell.cpp | 99 QueryFile(fileIndex, fileNameA.GetBuf(len), bufferSize + 1); in QueryFileName() 108 QueryFile(fileIndex, fileName.GetBuf(len), bufferSize + 1); in QueryFileName() 126 bool result = BOOLToBool(::SHGetPathFromIDList(itemIDList, path.GetBuf(len))); in GetPathFromIDList() 221 browseInfo.pszDisplayName = displayName.GetBuf(MAX_PATH); in BrowseForFolder() 253 bool result = BOOLToBool(shGetPathFromIDListW(itemIDList, path.GetBuf(len))); in GetPathFromIDList() 311 browseInfo.pszDisplayName = displayName.GetBuf(MAX_PATH); in BrowseForFolder()
|
D | ResourceString.cpp | 28 len = ::LoadString(hInstance, resourceID, s.GetBuf(size - 1), size); in MyLoadStringA() 46 len = ::LoadStringW(hInstance, resourceID, s.GetBuf(size - 1), size); in MyLoadString2()
|
D | Window.cpp | 120 TCHAR *p = s.GetBuf(len); in GetText() 141 wchar_t *p = s.GetBuf(len); in GetText()
|
D | Registry.cpp | 246 res = QueryValue(name, value.GetBuf(curSize), curSize2); in QueryValue() 278 res = QueryValue(name, value.GetBuf(curSize), curSize2); in QueryValue() 325 LONG result = ::RegEnumKeyEx(_object, index, keyName.GetBuf(kBufSize), in EnumKeys()
|
D | FileLink.cpp | 184 wchar_t *s = res.GetBuf(len); in GetString()
|
/external/lzma/CPP/Common/ |
D | StringConvert.cpp | 82 len = MultiByteToWideChar(codePage, 0, src, src.Len(), dest.GetBuf(len), len); in MultiByteToUnicodeString2() 190 dest.GetBuf(len), len, in UnicodeStringToMultiByte2() 225 wchar_t *d = dest.GetBuf((unsigned)limit); in MultiByteToUnicodeString2() 256 char *d = dest.GetBuf((unsigned)limit); in UnicodeStringToMultiByte2()
|
D | ListFileUtils.cpp | 61 wchar_t *p = u.GetBuf(num); in ReadNamesFromListFile2() 84 char *p = s.GetBuf((unsigned)fileSize); in ReadNamesFromListFile2()
|
D | StdOutStream.cpp | 84 wchar_t *d = s.GetBuf(); in Normalize_UString__LF_Allowed() 98 wchar_t *d = s.GetBuf(); in Normalize_UString()
|
D | UTFConvert.cpp | 277 bool res = Utf8_To_Utf16(dest.GetBuf((unsigned)destLen), &destLen, src, src.Ptr(src.Len())); in ConvertUTF8ToUnicode() 286 Utf16_To_Utf8(dest.GetBuf((unsigned)destLen), src, src.Ptr(src.Len())); in ConvertUnicodeToUTF8()
|
D | MyString.h | 310 char *GetBuf() { return _chars; } in GetBuf() function 314 char *GetBuf(unsigned minLen) in GetBuf() function 549 wchar_t *GetBuf() { return _chars; } in GetBuf() function 551 wchar_t *GetBuf(unsigned minLen) in GetBuf() function 765 wchar_t *GetBuf(unsigned minLen) in GetBuf() function
|
/external/lzma/CPP/Windows/Control/ |
D | ComboBox.cpp | 24 LRESULT len2 = GetLBText(index, s.GetBuf((unsigned)len)); in GetLBText() 49 LRESULT len2 = SendMsgW(CB_GETLBTEXT, index, (LPARAM)s.GetBuf((unsigned)len)); in GetLBText()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | PercentPrinter.cpp | 37 char *start = _temp.GetBuf(num + 2); in ClosePrint() 43 char *start = _temp.GetBuf(num * 3); in ClosePrint()
|
D | List.cpp | 823 wchar_t *src = s.GetBuf(); in UString_Replace_CRLF_to_LF() 837 s.ReleaseBuf_SetEnd((unsigned)(dest - s.GetBuf())); in UString_Replace_CRLF_to_LF()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 475 wchar_t *s = path.GetBuf((unsigned)size - 1); in GetPath()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 624 wchar_t *s = result.GetBuf(len); in GetItemPath()
|