Home
last modified time | relevance | path

Searched refs:FXSYS_wcsncpy (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_extension.h25 wchar_t* FXSYS_wcsncpy(wchar_t* dstStr, const wchar_t* srcStr, size_t count);
Dfx_extension.cpp56 wchar_t* FXSYS_wcsncpy(wchar_t* dstStr, const wchar_t* srcStr, size_t count) { in FXSYS_wcsncpy() function
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp180 FXSYS_wcsncpy(pFont->wsFontFace, (const wchar_t*)lf.lfFaceName, 31); in GdiFontEnumProc()
197 FXSYS_wcsncpy(lfFind.lfFaceName, pwsFaceName, 31); in EnumGdiFonts()