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

  /external/pdfium/core/fxcrt/
fx_codepage.h 34 #define FX_CODEPAGE_UTF16BE 1201
cfx_seekablestreamproxy.cpp 164 m_wCodePage = FX_CODEPAGE_UTF16BE;
236 m_wCodePage == FX_CODEPAGE_UTF16BE) {
243 if (m_wCodePage == FX_CODEPAGE_UTF16BE)
  /external/pdfium/core/fxcrt/xml/
cfx_xmldoc.cpp 62 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
cfx_xmlnode.cpp 342 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 366 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
    [all...]

Completed in 95 milliseconds