Searched defs:dstStart (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/common/ |
D | cpputils.h | 31 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 49 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 58 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 64 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 81 U_NAMESPACE_QUALIFIER UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
D | unistr.cpp | 83 UChar *dst, int32_t dstStart, int32_t count) in us_arrayCopy()
|
/external/skia/src/utils/ |
D | SkBase64.cpp | 39 const unsigned char* dstStart = (const unsigned char*) fData; in decode() local
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | dtoa.cpp | 500 uint32_t* dstStart = b.words(); in lshift() local
|
/external/icu4c/common/unicode/ |
D | unistr.h | 4127 int32_t dstStart) const { in extractBetween()
|