Searched refs:AllocCopy (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | bytestring.h | 195 void AllocCopy(ByteString& dest, size_t nCopyLen, size_t nCopyIndex) const;
|
D | bytestring.cpp | 507 AllocCopy(dest, count, first); in Mid() 523 void ByteString::AllocCopy(ByteString& dest, in AllocCopy() function in fxcrt::ByteString
|
D | widestring.h | 198 void AllocCopy(WideString& dest, size_t nCopyLen, size_t nCopyIndex) const;
|
D | widestring.cpp | 695 AllocCopy(dest, count, first); in Mid() 711 void WideString::AllocCopy(WideString& dest, in AllocCopy() function in fxcrt::WideString
|