Home
last modified time | relevance | path

Searched defs:dstStart (Results 1 – 21 of 21) sorted by relevance

/external/icu/icu4c/source/common/
Dcpputils.h33 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()
Dunistr.cpp84 UChar *dst, int32_t dstStart, int32_t count) in us_arrayCopy()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DReplaceable.java102 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
DReplaceableString.java123 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceable.java106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
DReplaceableString.java131 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
/external/skia/src/utils/
DSkBase64.cpp38 const unsigned char* dstStart = (const unsigned char*) fData; in decode() local
/external/skqp/src/utils/
DSkBase64.cpp38 const unsigned char* dstStart = (const unsigned char*) fData; in decode() local
/external/lz4/lib/
Dlz4frame.c365 BYTE* const dstStart = (BYTE*) dstBuffer; in LZ4F_compressFrame_usingCDict() local
587 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressBegin_usingCDict() local
807 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressUpdate() local
907 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_flush() local
947 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressEnd() local
1319 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_decompress() local
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java136 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DReplaceableTest.java139 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
/external/skqp/src/core/
DSkBlurMask.cpp155 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur() local
188 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur() local
DSkLatticeIter.cpp80 int srcScalable, int srcStart, int srcEnd, float dstStart, float dstEnd, in set_points()
DSkMaskBlurFilter.cpp1042 auto dstStart = &dst->fImage[y]; in blur() local
/external/skia/src/core/
DSkBlurMask.cpp155 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur() local
188 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur() local
DSkLatticeIter.cpp80 int srcScalable, int srcStart, int srcEnd, float dstStart, float dstEnd, in set_points()
DSkMaskBlurFilter.cpp1042 auto dstStart = &dst->fImage[y]; in blur() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp68 deUint8 *dstStart; in pack() local
120 deUint8 *dstStart; in unpack() local
/external/icu/icu4c/source/common/unicode/
Dunistr.h4514 int32_t dstStart) const { in extractBetween()
/external/swiftshader/src/Device/
DSurface.cpp3059 …int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (ds… in copyCubeEdge() local
/external/swiftshader/src/Renderer/
DSurface.cpp3658 …int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (ds… in copyCubeEdge() local