Home
last modified time | relevance | path

Searched refs:FX_CODEPAGE_UTF8 (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_encode.cpp110 if (wCodePage == FX_CODEPAGE_UTF8) { in FX_DecodeString()
Dfx_stream.cpp658 m_wCodePage = FX_CODEPAGE_UTF8; in InitStream()
677 m_wCodePage = FX_CODEPAGE_UTF8; in InitStream()
824 if (m_wCodePage == FX_CODEPAGE_UTF8) { in WriteString()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp43 CFX_WideString(), s_pStyle, FXSYS_wcslen(s_pStyle), FX_CODEPAGE_UTF8); in LoadHTMLStandardStyleSheet()
71 : m_wCodePage(FX_CODEPAGE_UTF8), in CFDE_CSSStyleSheet()
/external/pdfium/xfa/src/fgas/include/
Dfx_cpg.h97 #define FX_CODEPAGE_UTF8 65001 macro
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_serialize.cpp259 pTempStream->SetCodePage(FX_CODEPAGE_UTF8); in XFA_DataExporter_RegenerateFormFile_Changed()
490 pStream->SetCodePage(FX_CODEPAGE_UTF8); in Export()
Dxfa_parser_imp.cpp77 wCodePage != FX_CODEPAGE_UTF8) { in StartParse()
78 m_pStream->SetCodePage(FX_CODEPAGE_UTF8); in StartParse()
Dxfa_object_imp.cpp1088 pStream->SetCodePage(FX_CODEPAGE_UTF8); in Script_NodeClass_SaveXML()
1119 pStream->SetCodePage(FX_CODEPAGE_UTF8); in Script_NodeClass_SaveXML()
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp917 wCodePage != FX_CODEPAGE_UTF8) { in LoadXML()
918 m_pStream->SetCodePage(FX_CODEPAGE_UTF8); in LoadXML()
1070 wCodePage != FX_CODEPAGE_UTF8) { in SaveXML()
1071 wCodePage = FX_CODEPAGE_UTF8; in SaveXML()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp129 CFX_WideString(), s_pStyle, FXSYS_wcslen(s_pStyle), FX_CODEPAGE_UTF8); in LoadDefaultSheetStyle()