Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.h32 wchar_t* FXSYS_wcsncpy(wchar_t* dstStr, const wchar_t* srcStr, size_t count);
Dfx_extension.cpp118 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.cpp149 FXSYS_wcsncpy(font.wsFontFace, (const wchar_t*)lf.lfFaceName, 31); in GdiFontEnumProc()
163 FXSYS_wcsncpy(lfFind.lfFaceName, pwsFaceName, 31); in EnumGdiFonts()