Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.cpp489 FX_WCHAR* FXSYS_wcsncpy(FX_WCHAR* dstStr, in FXSYS_wcsncpy() argument
492 ASSERT(dstStr && srcStr && count > 0); in FXSYS_wcsncpy()
494 if ((dstStr[i] = srcStr[i]) == L'\0') { in FXSYS_wcsncpy()
497 return dstStr; in FXSYS_wcsncpy()
Dfx_ext.h26 FX_WCHAR* FXSYS_wcsncpy(FX_WCHAR* dstStr, const FX_WCHAR* srcStr, size_t count);
/external/skia/src/utils/
DSkDumpCanvas.cpp373 SkString str, centerStr, dstStr; in onDrawBitmapNine() local
376 toString(dst, &dstStr); in onDrawBitmapNine()
378 centerStr.c_str(), dstStr.c_str()); in onDrawBitmapNine()