Home
last modified time | relevance | path

Searched refs:SysAllocStringLen (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DPropVariant.cpp17 BSTR p = ::SysAllocStringLen(NULL, len); in AllocBstrFromAscii()
28 p->bstrVal = ::SysAllocStringLen(NULL, numChars); in PropVarEm_Alloc_Bstr()
116 bstrVal = ::SysAllocStringLen(s, s.Len()); in operator =()
133 bstrVal = ::SysAllocStringLen(s.GetRawPtr(), s.Len()); in operator =()
185 bstrVal = ::SysAllocStringLen(NULL, numChars); in AllocBstr()
/external/lzma/CPP/Common/
DMyWindows.cpp57 BSTR SysAllocStringLen(const OLECHAR *s, UINT len) in SysAllocStringLen() function
81 return SysAllocStringLen(s, (UINT)(s2 - s)); in SysAllocString()
DMyWindows.h210 MY_EXTERN_C BSTR SysAllocStringLen(const OLECHAR *sz, UINT len);
DMyCom.h133 return ::SysAllocStringLen(m_str, ::SysStringLen(m_str)); in MyCopy()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp25 BSTR dest = ::SysAllocStringLen(NULL, len); in SetPropFromAscii()
/external/python/cpython3/Modules/_ctypes/
Dcfield.c1433 bstr = SysAllocStringLen(wvalue, (unsigned)wsize); in BSTR_set()
/external/python/cpython2/Modules/_ctypes/
Dcfield.c1524 bstr = SysAllocStringLen(PyUnicode_AS_UNICODE(value), in BSTR_set()