OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXSYS_GetACP
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/include/fxcrt/
fx_system.h
223
#define
FXSYS_GetACP
GetACP
244
int
FXSYS_GetACP
(void);
/external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp
92
int
FXSYS_GetACP
()
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp
445
FX_INT32 iCodePage =
FXSYS_GetACP
();
/external/pdfium/core/src/fpdftext/
fpdf_text.cpp
761
str += CharFromUnicodeAlt(wstr[c],
FXSYS_GetACP
(), "?");
Completed in 613 milliseconds