Home
last modified time | relevance | path

Searched defs:destIndex (Results 1 - 25 of 29) sorted by relevance

12

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_socket_test.cpp114 int destIndex = 1; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.cpp194 auto destIndex = Map(sf.GetDst()); in CollectSpillFillsData() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp176 SendToDhcpPacket( const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t *destHwaddr) SendToDhcpPacket() argument
/third_party/icu/icu4c/source/common/unicode/
H A Dedits.h427 int32_t srcIndex, replIndex, destIndex; member
/third_party/icu/icu4c/source/common/
H A Dustrcase.cpp49 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError() argument
63 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() argument
136 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) appendUChar() argument
146 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, const UChar *s, int32_t length, uint32_t options, icu::Edits *edits) appendNonEmptyUnchanged() argument
164 appendUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, const UChar *s, int32_t length, uint32_t options, icu::Edits *edits) appendUnchanged() argument
222 int32_t destIndex = 0; toLower() local
317 int32_t destIndex = 0; toUpper() local
416 maybeTitleDutchIJ(const UChar *src, UChar32 c, int32_t start, int32_t segmentLimit, UChar *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, icu::Edits *edits) maybeTitleDutchIJ() argument
[all...]
H A Dusprep.cpp515 int32_t destIndex=0; in usprep_map() local
[all...]
H A Dutext.cpp503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dedits.h427 int32_t srcIndex, replIndex, destIndex; member
/third_party/node/deps/icu-small/source/common/
H A Dustrcase.cpp49 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError() argument
63 appendResult(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendResult() argument
136 appendUChar(char16_t *dest, int32_t destIndex, int32_t destCapacity, char16_t c) appendUChar() argument
146 appendNonEmptyUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, const char16_t *s, int32_t length, uint32_t options, icu::Edits *edits) appendNonEmptyUnchanged() argument
164 appendUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, const char16_t *s, int32_t length, uint32_t options, icu::Edits *edits) appendUnchanged() argument
222 int32_t destIndex = 0; toLower() local
317 int32_t destIndex = 0; toUpper() local
416 maybeTitleDutchIJ(const char16_t *src, UChar32 c, int32_t start, int32_t segmentLimit, char16_t *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, icu::Edits *edits) maybeTitleDutchIJ() argument
[all...]
H A Dusprep.cpp515 int32_t destIndex=0; in usprep_map() local
[all...]
H A Dutext.cpp506 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtestutil.cpp91 int32_t destIndex = destLength; in srcIndexFromDest() local
118 int32_t destIndex = destLength; in destIndexFromSrc() local
251 int32_t destIndex in checkEditsIter() local
[all...]
H A Dutxttest.cpp312 int destIndex = 0; // Code point index of the destination for a copy/move test. in TestCMR() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dedits.h427 int32_t srcIndex, replIndex, destIndex; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java288 private int srcIndex, replIndex, destIndex; field in Edits.Iterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEdits.java279 private int srcIndex, replIndex, destIndex; field in Edits.Iterator
[all...]
/third_party/lzma/CPP/Common/
H A DMyVector.h19 void MoveItems(unsigned destIndex, unsigned srcIndex) in MoveItems() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp230 generateMipmap(const gl::Context *context, const gl::ImageIndex &sourceIndex, const gl::ImageIndex &destIndex) generateMipmap() argument
513 generateMipmap(const gl::Context *context, const gl::ImageIndex &sourceIndex, const gl::ImageIndex &destIndex) generateMipmap() argument
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp111 int32_t destIndex = (currentMonthIndex_ + DISTANCE_FORM_LAST) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
125 int32_t destIndex = (currentMonthIndex_ + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dusprep.cpp515 int32_t destIndex=0; in usprep_map() local
[all...]
H A Dustrcase.cpp43 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError() argument
57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() argument
130 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) appendUChar() argument
140 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, const UChar *s, int32_t length, uint32_t options, icu::Edits *edits) appendNonEmptyUnchanged() argument
158 appendUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, const UChar *s, int32_t length, uint32_t options, icu::Edits *edits) appendUnchanged() argument
216 int32_t destIndex = 0; toLower() local
311 int32_t destIndex = 0; toUpper() local
413 int32_t destIndex=0; ustrcase_internalToTitle() local
1027 int32_t destIndex=0; toUpper() local
1179 int32_t destIndex = toLower( ustrcase_internalToLower() local
1193 int32_t destIndex; ustrcase_internalToUpper() local
1216 int32_t destIndex = toLower( ustrcase_internalFold() local
[all...]
H A Dutext.cpp503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.cpp1105 int32_t destIndex = dest.addConditionalCE32( in copyCE32() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatabuilder.cpp1105 int32_t destIndex = dest.addConditionalCE32( in copyCE32() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatabuilder.cpp991 int32_t destIndex = dest.addConditionalCE32( in copyCE32() local

Completed in 46 milliseconds

12