OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharSetFromUnicode
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h
63
int32_t
CharSetFromUnicode
(FX_WORD word, int32_t nOldCharset) override;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp
435
int32_t CPWL_FontMap::
CharSetFromUnicode
(FX_WORD word, int32_t nOldCharset) {
PWL_Edit.cpp
971
int32_t nNewCharSet = pFontMap->
CharSetFromUnicode
(nChar, DEFAULT_CHARSET);
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
69
virtual int32_t
CharSetFromUnicode
(FX_WORD word, int32_t nOldCharset) = 0;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
[
all
...]
Completed in 56 milliseconds