Home
last modified time | relevance | path

Searched refs:FX_CHARSET_MAP (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_codepage.cpp8 static const FX_CHARSET_MAP g_FXCharset2CodePageTable[] = {
18 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1; in FX_GetCodePageFromCharset()
23 const FX_CHARSET_MAP& cp = g_FXCharset2CodePageTable[iMid]; in FX_GetCodePageFromCharset()
34 static const FX_CHARSET_MAP g_FXCodepage2CharsetTable[] = {
44 int32_t iEnd = sizeof(g_FXCodepage2CharsetTable) / sizeof(FX_CHARSET_MAP) - 1; in FX_GetCharsetFromCodePage()
49 const FX_CHARSET_MAP& cp = g_FXCodepage2CharsetTable[iMid]; in FX_GetCharsetFromCodePage()
/external/pdfium/xfa/src/fgas/include/
Dfx_cpg.h220 } FX_CHARSET_MAP; typedef