HomeSort by relevance Sort by last modified time
    Searched refs:CharSetFromUnicode (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 67 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 56 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) = 0;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 527 FX_INT32 CPWL_FontMap::CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset)
PWL_Edit.cpp 1048 FX_INT32 nNewCharSet = pFontMap->CharSetFromUnicode(nChar, DEFAULT_CHARSET);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]

Completed in 202 milliseconds