Searched refs:dstStr (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_extension.cpp | 56 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()
|
D | fx_extension.h | 25 wchar_t* FXSYS_wcsncpy(wchar_t* dstStr, const wchar_t* srcStr, size_t count);
|
/external/skia/src/utils/ |
D | SkDumpCanvas.cpp | 374 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/ |
D | SkDumpCanvas.cpp | 374 SkString str, centerStr, dstStr; in onDrawBitmapNine() local 377 toString(dst, &dstStr); in onDrawBitmapNine() 379 centerStr.c_str(), dstStr.c_str()); in onDrawBitmapNine()
|