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

  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 663 m_wCodePage = FX_CODEPAGE_UTF16BE;
682 m_wCodePage = FX_CODEPAGE_UTF16BE;
772 m_wCodePage == FX_CODEPAGE_UTF16BE) {
786 if (m_wCodePage == FX_CODEPAGE_UTF16BE) {
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_cpg.h 45 #define FX_CODEPAGE_UTF16BE 1201
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 392 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
916 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
962 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 76 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
    [all...]

Completed in 3327 milliseconds