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

/external/pdfium/core/include/fxcrt/
H A Dfx_string.h202 static CFX_ByteString FromUnicode(FX_LPCWSTR ptr, FX_STRSIZE len = -1);
478 CFX_WideStringC(FX_LPCWSTR ptr)
490 CFX_WideStringC(FX_LPCWSTR ptr, FX_STRSIZE len)
504 CFX_WideStringC& operator = (FX_LPCWSTR src)
533 FX_LPCWSTR GetPtr() const
601 FX_LPCWSTR m_Ptr;
633 CFX_WideString(FX_LPCWSTR ptr)
636 CFX_WideString(FX_LPCWSTR ptr, FX_STRSIZE len);
655 FX_LPCWSTR c_str() const
661 operator FX_LPCWSTR() cons
[all...]
H A Dfx_system.h119 typedef wchar_t const* FX_LPCWSTR; typedef
194 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode);
298 FX_INT32 FXSYS_wtoi(FX_LPCWSTR str);
300 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str);
302 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);

Completed in 200 milliseconds