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

  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 195 FX_BOOL VerifyUnicode(CFX_FontDescriptor* pDesc, FX_WCHAR wcUnicode);
196 FX_BOOL VerifyUnicode(IFX_Font* pFont, FX_WCHAR wcUnicode);
fx_stdfontmgr.cpp 797 if (VerifyUnicode(pFonts->GetAt(i), wUnicode)) {
815 if (VerifyUnicode(pDesc, wUnicode)) {
829 FX_BOOL CFX_FontMgrImp::VerifyUnicode(CFX_FontDescriptor* pDesc,
864 FX_BOOL CFX_FontMgrImp::VerifyUnicode(IFX_Font* pFont, FX_WCHAR wcUnicode) {
    [all...]

Completed in 38 milliseconds