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

  /external/pdfium/xfa/src/fgas/src/crt/
fx_codepage.cpp 8 static const FX_CHARSET_MAP g_FXCharset2CodePageTable[] = {
18 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1;
23 const FX_CHARSET_MAP& cp = g_FXCharset2CodePageTable[iMid];
34 static const FX_CHARSET_MAP g_FXCodepage2CharsetTable[] = {
44 int32_t iEnd = sizeof(g_FXCodepage2CharsetTable) / sizeof(FX_CHARSET_MAP) - 1;
49 const FX_CHARSET_MAP& cp = g_FXCodepage2CharsetTable[iMid];
  /external/pdfium/xfa/src/fgas/include/
fx_cpg.h 220 } FX_CHARSET_MAP;

Completed in 37 milliseconds