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

/external/pdfium/core/include/fxcrt/
H A Dfx_string.h34 CFX_ByteStringC(FX_LPCSTR ptr)
46 CFX_ByteStringC(FX_LPCSTR ptr, FX_STRSIZE len)
64 CFX_ByteStringC& operator = (FX_LPCSTR src)
98 FX_LPCSTR GetCStr() const
100 return (FX_LPCSTR)m_Ptr;
173 CFX_ByteString(FX_LPCSTR ptr, FX_STRSIZE len = -1);
187 operator FX_LPCSTR() const
215 bool operator == (FX_LPCSTR str) const
227 bool operator != (FX_LPCSTR str) const
244 const CFX_ByteString& operator = (FX_LPCSTR st
[all...]
H A Dfx_system.h90 typedef char const* FX_LPCSTR; typedef
265 FX_INT32 FXSYS_atoi(FX_LPCSTR str);
267 FX_INT64 FXSYS_atoi64(FX_LPCSTR str);
269 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix);

Completed in 148 milliseconds