HomeSort by relevance Sort by last modified time
    Searched defs:wCodePage (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fxcrt/xml/
cfx_xmldoc.cpp 59 uint16_t wCodePage = pXMLStream->GetCodePage();
60 if (wCodePage == FX_CODEPAGE_UTF16LE) {
62 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
cfx_xmlnode.cpp 339 uint16_t wCodePage = pXMLStream->GetCodePage();
340 if (wCodePage == FX_CODEPAGE_UTF16LE) {
342 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
  /external/pdfium/xfa/fgas/font/
fgas_fontutils.h 16 uint16_t wCodePage;
26 uint16_t wCodePage;
cfgas_fontmgr.h 36 uint16_t wCodePage;
134 RetainPtr<CFGAS_GEFont> GetFontByCodePage(uint16_t wCodePage,
142 uint16_t wCodePage);
152 uint16_t wCodePage,
171 uint16_t wCodePage,
176 uint16_t wCodePage,
cfgas_fontmgr.cpp 124 if (pParams->wCodePage != 0xFFFF) {
125 if (GetCodePageFromCharset(font.uCharSet) != pParams->wCodePage)
221 uint16_t wCodePage,
228 params.wCodePage = wCodePage;
334 uint16_t FX_GetCodePageBit(uint16_t wCodePage) {
336 if (g_CodePages[i] == wCodePage)
711 uint16_t wCodePage,
718 CalcPenalty(pFont.get(), wCodePage, dwFontStyles, FontName, wcUnicode);
729 uint16_t wCodePage,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdefs.h 438 unsigned short wCodePage;
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 365 uint16_t wCodePage = m_pStream->GetCodePage();
366 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
367 wCodePage != FX_CODEPAGE_UTF8) {
    [all...]

Completed in 186 milliseconds