OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_GetCodePageFromStringA
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_cpg.h
135
FX_WORD
FX_GetCodePageFromStringA
(const FX_CHAR* pStr, int32_t iLength);
/external/pdfium/xfa/src/fgas/src/crt/
fx_codepage.cpp
301
FX_WORD
FX_GetCodePageFromStringA
(const FX_CHAR* pStr, int32_t iLength) {
339
return
FX_GetCodePageFromStringA
(csStr, iLength);
Completed in 38 milliseconds