HomeSort by relevance Sort by last modified time
    Searched refs:FX_CODEPAGE_UTF8 (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/src/fgas/src/crt/
fx_encode.cpp 110 if (wCodePage == FX_CODEPAGE_UTF8) {
fx_stream.cpp 658 m_wCodePage = FX_CODEPAGE_UTF8;
677 m_wCodePage = FX_CODEPAGE_UTF8;
824 if (m_wCodePage == FX_CODEPAGE_UTF8) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 43 CFX_WideString(), s_pStyle, FXSYS_wcslen(s_pStyle), FX_CODEPAGE_UTF8);
71 : m_wCodePage(FX_CODEPAGE_UTF8),
  /external/pdfium/xfa/src/fgas/include/
fx_cpg.h 97 #define FX_CODEPAGE_UTF8 65001
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_serialize.cpp 259 pTempStream->SetCodePage(FX_CODEPAGE_UTF8);
490 pStream->SetCodePage(FX_CODEPAGE_UTF8);
xfa_parser_imp.cpp 77 wCodePage != FX_CODEPAGE_UTF8) {
78 m_pStream->SetCodePage(FX_CODEPAGE_UTF8);
    [all...]
xfa_object_imp.cpp     [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 917 wCodePage != FX_CODEPAGE_UTF8) {
918 m_pStream->SetCodePage(FX_CODEPAGE_UTF8);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp 129 CFX_WideString(), s_pStyle, FXSYS_wcslen(s_pStyle), FX_CODEPAGE_UTF8);
    [all...]

Completed in 140 milliseconds