HomeSort by relevance Sort by last modified time
    Searched defs:FX_WCHAR (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_string.h 169 static CFX_ByteString FromUnicode(const FX_WCHAR* ptr, FX_STRSIZE len = -1);
419 typedef FX_WCHAR value_type;
426 CFX_WideStringC(const FX_WCHAR* ptr) {
431 CFX_WideStringC(FX_WCHAR& ch) {
436 CFX_WideStringC(const FX_WCHAR* ptr, FX_STRSIZE len) {
448 CFX_WideStringC& operator=(const FX_WCHAR* src) {
471 const FX_WCHAR* GetPtr() const { return m_Ptr; }
477 FX_WCHAR GetAt(FX_STRSIZE index) const { return m_Ptr[index]; }
512 const FX_WCHAR& operator[](size_t index) const { return m_Ptr[index]; }
520 const FX_WCHAR* m_Ptr
    [all...]
fx_system.h 76 typedef wchar_t FX_WCHAR; // Keep, maybe bad platform wchars.
157 FXSYS_FILE* FXSYS_wfopen(const FX_WCHAR* filename, const FX_WCHAR* mode);
269 int32_t FXSYS_wtoi(const FX_WCHAR* str);
271 int64_t FXSYS_wtoi64(const FX_WCHAR* str);

Completed in 843 milliseconds