Home
last modified time | relevance | path

Searched refs:dstStart (Results 1 - 25 of 25) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dcpputils.h33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
34 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
43 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
52 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
61 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
67 { uprv_memcpy(dst+dstStart, sr in uprv_arrayCopy()
32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
H A Dunistr.cpp84 UChar *dst, int32_t dstStart, int32_t count) in us_arrayCopy()
87 uprv_memmove(dst+dstStart, src+srcStart, (size_t)count*sizeof(*src)); in us_arrayCopy()
863 int32_t dstStart) const in doExtract()
870 if(array + start != dst + dstStart) { in doExtract()
871 us_arrayCopy(array, start, dst, dstStart, length); in doExtract()
83 us_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) us_arrayCopy() argument
/third_party/node/deps/icu-small/source/common/
H A Dcpputils.h33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
34 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
43 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
52 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
61 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
66 char16_t *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
67 { uprv_memcpy(dst+dstStart, sr in uprv_arrayCopy()
32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const char16_t *src, int32_t srcStart, char16_t *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
H A Dunistr.cpp84 char16_t *dst, int32_t dstStart, int32_t count) in us_arrayCopy()
87 uprv_memmove(dst+dstStart, src+srcStart, (size_t)count*sizeof(*src)); in us_arrayCopy()
905 int32_t dstStart) const in doExtract()
912 if(array + start != dst + dstStart) { in doExtract()
913 us_arrayCopy(array, start, dst, dstStart, length); in doExtract()
83 us_arrayCopy(const char16_t *src, int32_t srcStart, char16_t *dst, int32_t dstStart, int32_t count) us_arrayCopy() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dcpputils.h33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
34 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
43 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
52 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
61 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)count * sizeof(*src)); } in uprv_arrayCopy()
66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
67 { uprv_memcpy(dst+dstStart, sr in uprv_arrayCopy()
32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
H A Dunistr.cpp84 UChar *dst, int32_t dstStart, int32_t count) in us_arrayCopy()
87 uprv_memmove(dst+dstStart, src+srcStart, (size_t)count*sizeof(*src)); in us_arrayCopy()
862 int32_t dstStart) const in doExtract()
869 if(array + start != dst + dstStart) { in doExtract()
870 us_arrayCopy(array, start, dst, dstStart, length); in doExtract()
83 us_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) us_arrayCopy() argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c470 INT64 dstStart, dstEnd; in DstConfigCheck() local
477 dstStart = DstConfigDecode(year, strDstStart); in DstConfigCheck()
479 if ((dstStart < 0) || (dstEnd < 0)) { in DstConfigCheck()
483 if (dstStart >= dstEnd) { in DstConfigCheck()
490 STATIC BOOL CheckDstPeriodInner(const struct tm * const tm, INT64 seconds, INT64 dstStart, INT64 dstEnd) in CheckDstPeriodInner() argument
495 if ((seconds >= dstStart) && (seconds < dstStart + g_dstForwardSeconds)) { in CheckDstPeriodInner()
512 if ((seconds < dstStart) || (seconds >= dstEnd)) { in CheckDstPeriodInner()
521 INT64 dstStart, dstEnd; in CheckWithinDstPeriod() local
544 dstStart in CheckWithinDstPeriod()
603 INT64 dstStart, dstEnd; dst_inquire() local
[all...]
/third_party/skia/src/core/
H A DSkBlurMask.cpp156 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur() local
160 dstStart, dst->fRowBytes, in BoxBlur()
166 dstStart, dst->fRowBytes, in BoxBlur()
173 dstStart, dst->fRowBytes, in BoxBlur()
180 dstStart, dst->fRowBytes, in BoxBlur()
189 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes]; in BoxBlur() local
193 dstStart, dst->fRowBytes, in BoxBlur()
199 dstStart, dst->fRowBytes, in BoxBlur()
206 dstStart, dst->fRowBytes, in BoxBlur()
213 dstStart, ds in BoxBlur()
[all...]
H A DSkLatticeIter.cpp80 int srcScalable, int srcStart, int srcEnd, float dstStart, float dstEnd, in set_points()
82 float dstLen = dstEnd - dstStart; in set_points()
94 dst[0] = dstStart; in set_points()
79 set_points(float* dst, int* src, const int* divs, int divCount, int srcFixed, int srcScalable, int srcStart, int srcEnd, float dstStart, float dstEnd, bool isScalable) set_points() argument
H A DSkMaskBlurFilter.cpp1049 auto dstStart = &dst->fImage[y]; variable
1052 dstStart, dst->fRowBytes, dstStart + dst->fRowBytes * dstH);
/third_party/lz4/lib/
H A Dlz4frame.c428 BYTE* const dstStart = (BYTE*) dstBuffer; in LZ4F_compressFrame_usingCDict() local
429 BYTE* dstPtr = dstStart; in LZ4F_compressFrame_usingCDict()
430 BYTE* const dstEnd = dstStart + dstCapacity; in LZ4F_compressFrame_usingCDict()
463 assert(dstEnd >= dstStart); in LZ4F_compressFrame_usingCDict()
464 return (size_t)(dstPtr - dstStart); in LZ4F_compressFrame_usingCDict()
683 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressBegin_usingCDict() local
684 BYTE* dstPtr = dstStart; in LZ4F_compressBegin_usingCDict()
784 return (size_t)(dstPtr - dstStart); in LZ4F_compressBegin_usingCDict()
939 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressUpdateImpl() local
940 BYTE* dstPtr = dstStart; in LZ4F_compressUpdateImpl()
1108 BYTE* const dstStart = (BYTE*)dstBuffer; LZ4F_flush() local
1155 BYTE* const dstStart = (BYTE*)dstBuffer; LZ4F_compressEnd() local
1565 BYTE* const dstStart = (BYTE*)dstBuffer; LZ4F_decompress() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceableString.java119 * starting at index <code>dstStart</code> and ending at index
120 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
127 * @param dstStart the start offset in the destination array.
131 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
133 buf.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
H A DReplaceable.java95 * starting at index <code>dstStart</code> and ending at index
96 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
103 * @param dstStart the start offset in the destination array.
106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DReplaceableString.java112 * starting at index <code>dstStart</code> and ending at index
113 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
120 * @param dstStart the start offset in the destination array.
123 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
125 buf.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
H A DReplaceable.java92 * starting at index <code>dstStart</code> and ending at index
93 * <code>dstStart + (srcLimit-srcStart) - 1</code>.
100 * @param dstStart the start offset in the destination array.
102 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars() argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dtzdst.h124 * @param dstStart Used to store daylight savings time start time
130 int dst_inquire(int year, struct tm *dstStart, struct tm *dstEnd);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DReplaceableTest.java139 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
140 chars.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DReplaceableTest.java136 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
137 chars.getChars(srcStart, srcLimit, dst, dstStart); in getChars()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp68 deUint8 *dstStart; in pack() local
69 dstStart = dstRow; in pack()
85 dstRow = dstStart + offsetDepthDst; in pack()
120 deUint8 *dstStart; in unpack() local
121 dstStart = dstRow; in unpack()
136 dstRow = dstStart + offsetDepthDst; in unpack()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp68 deUint8 *dstStart; in pack() local
69 dstStart = dstRow; in pack()
85 dstRow = dstStart + offsetDepthDst; in pack()
120 deUint8 *dstStart; in unpack() local
121 dstStart = dstRow; in unpack()
136 dstRow = dstStart + offsetDepthDst; in unpack()
/third_party/icu/icu4c/source/common/unicode/
H A Dunistr.h1448 * beginning at `dstStart`.
1455 * must be at least (`dstStart + length`).
1456 * @param dstStart the offset in `dst` where the first character
1463 int32_t dstStart = 0) const;
1505 * into the array `dst`, beginning at `dstStart`.
1509 * must be at least (`dstStart + (limit - start)`).
1510 * @param dstStart the offset in `dst` where the first character
1517 int32_t dstStart = 0) const;
3553 int32_t dstStart) const;
4495 int32_t dstStart) cons in extractBetween()
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h1448 * beginning at `dstStart`.
1455 * must be at least (`dstStart + length`).
1456 * @param dstStart the offset in `dst` where the first character
1463 int32_t dstStart = 0) const;
1505 * into the array `dst`, beginning at `dstStart`.
1509 * must be at least (`dstStart + (limit - start)`).
1510 * @param dstStart the offset in `dst` where the first character
1517 int32_t dstStart = 0) const;
3566 int32_t dstStart) const;
4522 int32_t dstStart) cons in extractBetween()
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h1448 * beginning at `dstStart`.
1455 * must be at least (`dstStart + length`).
1456 * @param dstStart the offset in `dst` where the first character
1463 int32_t dstStart = 0) const;
1505 * into the array `dst`, beginning at `dstStart`.
1509 * must be at least (`dstStart + (limit - start)`).
1510 * @param dstStart the offset in `dst` where the first character
1517 int32_t dstStart = 0) const;
3553 int32_t dstStart) const;
4495 int32_t dstStart) cons in extractBetween()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp3467 int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (dstW + 1) : 0)) + (reverse ? dstW * -dstDelta : dstDelta); in copyCubeEdge() local
3470 char *dstBuf = (char*)dst->lockInternal(-1, -1, 0, sw::LOCK_READWRITE, sw::PRIVATE) + dstStart; in copyCubeEdge()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 47 milliseconds