Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DPropVariant.cpp14 p->bstrVal = ::SysAllocStringLen(0, numChars); in PropVarEm_Alloc_Bstr()
28 p->bstrVal = ::SysAllocStringLen(0, len); in PropVarEm_Set_Str()
106 bstrVal = ::SysAllocStringLen(0, len); in operator =()
138 bstrVal = ::SysAllocStringLen(0, 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.h195 MY_EXTERN_C BSTR SysAllocStringLen(const OLECHAR *sz, UINT len);