Home
last modified time | relevance | path

Searched refs:lpsz (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_widetextbuf.cpp63 CFX_WideTextBuf& CFX_WideTextBuf::operator<<(const wchar_t* lpsz) { in operator <<() argument
64 AppendBlock(lpsz, wcslen(lpsz) * sizeof(wchar_t)); in operator <<()
Dcfx_widetextbuf.h39 CFX_WideTextBuf& operator<<(const wchar_t* lpsz);