/external/icu/icu4c/source/common/ |
D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
D | unistr.cpp | 84 UChar *dst, int32_t dstStart, int32_t count) in us_arrayCopy()
|
/external/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 120 auto dstStart = &dst->fImage[y]; in blur() local 130 auto dstStart = &dst->fImage[y * dst->fRowBytes]; in blur() local 141 auto dstStart = &dst->fImage[x]; in blur() local
|
D | SkLatticeIter.cpp | 80 int srcScalable, float srcStart, float srcEnd, float dstStart, float dstEnd, in set_points()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Replaceable.java | 104 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
|
D | ReplaceableString.java | 120 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Replaceable.java | 108 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
|
D | ReplaceableString.java | 128 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
/external/skia/src/utils/ |
D | SkBase64.cpp | 38 const unsigned char* dstStart = (const unsigned char*) fData; in decode() local
|
/external/lz4/lib/ |
D | lz4frame.c | 315 BYTE* const dstStart = (BYTE*) dstBuffer; in LZ4F_compressFrame() local 415 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressBegin() local 568 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressUpdate() local 660 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_flush() local 698 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressEnd() local 1053 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_decompress() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | ReplaceableTest.java | 127 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ReplaceableTest.java | 126 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 67 deUint8 *dstStart; in pack() local 119 deUint8 *dstStart; in unpack() local
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 615 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur() local
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 4397 int32_t dstStart) const { in extractBetween()
|