Searched refs:dstStr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_ext.h33 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count);
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp212 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count) argument
214 FXSYS_assert(dstStr != NULL && srcStr != NULL && count > 0);
216 if ((dstStr[i] = srcStr[i]) == L'\0') {
219 return dstStr;

Completed in 69 milliseconds