Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.cpp56 wchar_t* FXSYS_wcsncpy(wchar_t* dstStr, const wchar_t* srcStr, size_t count) { in FXSYS_wcsncpy() argument
57 ASSERT(dstStr && srcStr && count > 0); in FXSYS_wcsncpy()
59 if ((dstStr[i] = srcStr[i]) == L'\0') in FXSYS_wcsncpy()
61 return dstStr; in FXSYS_wcsncpy()
Dfx_extension.h25 wchar_t* FXSYS_wcsncpy(wchar_t* dstStr, const wchar_t* srcStr, size_t count);
/external/skia/src/utils/
DSkDumpCanvas.cpp374 SkString str, centerStr, dstStr; in onDrawBitmapNine() local
377 toString(dst, &dstStr); in onDrawBitmapNine()
379 centerStr.c_str(), dstStr.c_str()); in onDrawBitmapNine()
/external/skqp/src/utils/
DSkDumpCanvas.cpp374 SkString str, centerStr, dstStr; in onDrawBitmapNine() local
377 toString(dst, &dstStr); in onDrawBitmapNine()
379 centerStr.c_str(), dstStr.c_str()); in onDrawBitmapNine()