Searched refs:SysAllocStringLen (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 17 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/ |
D | MyWindows.cpp | 57 BSTR SysAllocStringLen(const OLECHAR *s, UINT len) in SysAllocStringLen() function 81 return SysAllocStringLen(s, (UINT)(s2 - s)); in SysAllocString()
|
D | MyWindows.h | 210 MY_EXTERN_C BSTR SysAllocStringLen(const OLECHAR *sz, UINT len);
|
D | MyCom.h | 133 return ::SysAllocStringLen(m_str, ::SysStringLen(m_str)); in MyCopy()
|
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 25 BSTR dest = ::SysAllocStringLen(NULL, len); in SetPropFromAscii()
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1433 bstr = SysAllocStringLen(wvalue, (unsigned)wsize); in BSTR_set()
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 1524 bstr = SysAllocStringLen(PyUnicode_AS_UNICODE(value), in BSTR_set()
|