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

  /external/pdfium/xfa/fxfa/parser/
cxfa_widetextread.cpp 62 FXSYS_wcsncpy(pStr, m_wsBuffer.c_str() + m_iPosition, iMaxLength);
  /external/pdfium/core/fxcrt/
fx_ext.h 26 FX_WCHAR* FXSYS_wcsncpy(FX_WCHAR* dstStr, const FX_WCHAR* srcStr, size_t count);
fx_extension.cpp 489 FX_WCHAR* FXSYS_wcsncpy(FX_WCHAR* dstStr,
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 328 FXSYS_wcsncpy(pFont->wsFontFace, (const FX_WCHAR*)lf.lfFaceName, 31);
345 FXSYS_wcsncpy(lfFind.lfFaceName, pwsFaceName, 31);
    [all...]

Completed in 70 milliseconds