Searched defs:FX_LPCWSTR (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_string.h183 static CFX_ByteString FromUnicode(FX_LPCWSTR ptr, FX_STRSIZE len = -1);
476 CFX_WideStringC(FX_LPCWSTR ptr)
488 CFX_WideStringC(FX_LPCWSTR ptr, FX_STRSIZE len)
506 CFX_WideStringC& operator = (FX_LPCWSTR src)
532 FX_LPCWSTR GetPtr() const
589 FX_LPCWSTR m_Ptr;
600 #define FX_WSTRC(wstr) CFX_WideStringC((FX_LPCWSTR)wstr, sizeof(wstr) / sizeof(FX_WCHAR) - 1)
622 CFX_WideString(FX_LPCWSTR ptr, FX_STRSIZE len = -1)
641 operator FX_LPCWSTR() const
659 const CFX_WideString& operator = (FX_LPCWSTR st
[all...]
H A Dfx_system.h109 typedef wchar_t const* FX_LPCWSTR; typedef
172 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode);
266 FX_INT32 FXSYS_wtoi(FX_LPCWSTR str);
268 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str);
270 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);

Completed in 318 milliseconds