Searched refs:g_Bit2CodePage (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp1071 static const FX_BitCodePage g_Bit2CodePage[] = { variable
1085 for (int32_t i = 0; i < sizeof(g_Bit2CodePage) / sizeof(FX_BitCodePage);
1087 if (g_Bit2CodePage[i].wCodePage == wCodePage) {
1088 return g_Bit2CodePage[i].wBit;

Completed in 77 milliseconds