Searched refs:FX_WSTR (Results 1 - 19 of 19) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfxcrt_posix.cpp50 FX_BOOL CFXCRT_FileAccess_Posix::Open(FX_WSTR fileName, FX_DWORD dwMode)
149 FX_BOOL FX_File_Exist(FX_WSTR fileName)
157 FX_BOOL FX_File_Delete(FX_WSTR fileName)
189 FX_BOOL FX_File_Copy(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
197 FX_BOOL FX_File_Move(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
H A Dfxcrt_platforms.cpp56 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_WSTR fileName, FX_DWORD dwMode)
153 FX_BOOL FX_File_Exist(FX_WSTR fileName)
161 FX_BOOL FX_File_Delete(FX_WSTR fileName)
191 FX_BOOL FX_File_Copy(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
199 FX_BOOL FX_File_Move(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
H A Dfxcrt_windows.cpp18 FX_BOOL FX_File_Exist(FX_WSTR fileName)
74 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_WSTR fileName, FX_DWORD dwMode)
202 FX_BOOL FX_File_Delete(FX_WSTR fileName)
210 FX_BOOL FX_File_Copy(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
218 FX_BOOL FX_File_Move(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
H A Dfxcrt_platforms.h19 virtual FX_BOOL Open(FX_WSTR fileName, FX_DWORD dwMode);
H A Dfxcrt_posix.h17 virtual FX_BOOL Open(FX_WSTR fileName, FX_DWORD dwMode);
H A Dfxcrt_windows.h17 virtual FX_BOOL Open(FX_WSTR fileName, FX_DWORD dwMode);
H A Dxml_int.h174 void InsertContentSegment(FX_BOOL bCDATA, FX_WSTR content, CXML_Element* pElement);
H A Dfx_basic_buffer.cpp194 CFX_WideTextBuf& CFX_WideTextBuf::operator << (FX_WSTR str)
245 void CFX_WideTextBuf::operator =(FX_WSTR str)
H A Dextension.h14 virtual FX_BOOL Open(FX_WSTR fileName, FX_DWORD dwMode) = 0;
H A Dfx_extension.cpp23 FX_HFILE FX_File_Open(FX_WSTR fileName, FX_DWORD dwMode, IFX_Allocator* pAllocator)
H A Dfx_basic_wstring.cpp1059 void CFX_WideStringL::Set(FX_WSTR src, IFX_Allocator* pAllocator)
/external/pdfium/core/src/fpdftext/
H A Dunicodenormalization.cpp52 FX_STRSIZE FX_WideString_GetNormalization(FX_WSTR wsSrc, FX_LPWSTR pDst)
65 FX_STRSIZE FX_WideString_GetNormalization(FX_WSTR wsSrc, CFX_WideString &wsDst)
/external/pdfium/core/include/fxcrt/
H A Dfx_stream.h45 FX_HFILE FX_File_Open(FX_WSTR fileName, FX_DWORD dwMode, IFX_Allocator* pAllocator = NULL);
57 FX_BOOL FX_File_Exist(FX_WSTR fileName);
59 FX_BOOL FX_File_Delete(FX_WSTR fileName);
61 FX_BOOL FX_File_Copy(FX_WSTR fileNameSrc, FX_WSTR fileNameDst);
63 FX_BOOL FX_File_Move(FX_WSTR fileNameSrc, FX_WSTR fileNameDst);
H A Dfx_xml.h38 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value, IFX_Allocator* pAllocator = NULL);
57 void Set(FX_BOOL bCDATA, FX_WSTR content, IFX_Allocator* pAllocator = NULL)
H A Dfx_string.h599 typedef const CFX_WideStringC& FX_WSTR; typedef
836 inline CFX_ByteString FX_UTF8Encode(FX_WSTR wsStr)
862 void Set(FX_WSTR src, IFX_Allocator* pAllocator);
H A Dfx_basic.h126 void operator = (FX_WSTR str);
136 CFX_WideTextBuf& operator << (FX_WSTR str);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp267 static CFX_WideString FILESPEC_DecodeFileName(FX_WSTR filepath)
360 CFX_WideString FILESPEC_EncodeFileName(FX_WSTR filepath)
415 static void FPDFDOC_FILESPEC_SetFileName(CPDF_Object *pObj, FX_WSTR wsFileName, FX_BOOL bURL)
433 void CPDF_FileSpec::SetFileName(FX_WSTR wsFileName, FX_BOOL bURL)
563 FX_INT32 CPDF_PageLabel::GetPageByLabel(FX_WSTR wsLabel) const
H A Ddoc_form.cpp1411 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec) const
1421 CFX_WideString FILESPEC_EncodeFileName(FX_WSTR filepath);
1422 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude, FX_BOOL bSimpleFileSpec) const
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h542 void SetFileName(FX_WSTR wsFileName, FX_BOOL bURL = FALSE);
981 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec = FALSE) const;
983 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude = TRUE, FX_BOOL bSimpleFileSpec = FALSE) const;
1620 FX_INT32 GetPageByLabel(FX_WSTR wsLabel) const;

Completed in 148 milliseconds