Home
last modified time | relevance | path

Searched defs:startIndex (Results 101 - 125 of 250) sorted by relevance

12345678910

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp428 int32_t startIndex = 1; in HWTEST_F() local
543 int32_t startIndex = 1; in HWTEST_F() local
1191 int32_t startIndex = 1; in HWTEST_F() local
1238 int32_t startIndex = 1; in HWTEST_F() local
1294 int32_t startIndex in HWTEST_F() local
1345 int32_t startIndex = 1; HWTEST_F() local
1401 int32_t startIndex = 1; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp40 std::string ContentController::PreprocessString(int32_t startIndex, int32_t endIndex, const std::string& value) in PreprocessString() argument
82 bool ContentController::ReplaceSelectedValue(int32_t startIndex, int32_t endIndex, const std::string& value) in ReplaceSelectedValue() argument
100 std::string ContentController::GetSelectedValue(int32_t startIndex, int32_t endIndex) in GetSelectedValue() argument
112 FormatIndex(int32_t& startIndex, int32_t& endIndex) FormatIndex() argument
351 erase(int32_t startIndex, int32_t length) erase() argument
357 Delete(int32_t startIndex, int32_t length, bool isBackward) Delete() argument
377 GetDeleteLength(int32_t startIndex, int32_t length, bool isBackward) GetDeleteLength() argument
385 int32_t startIndex = index - EMOJI_RANGE_LEFT; IsIndexBeforeOrInEmoji() local
402 GetSelectedLimitValue(int32_t& index, int32_t& startIndex) GetSelectedLimitValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp188 auto startIndex = 0; in GetWordBoundary() local
/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp35 void SpannableString::SetTextStyle(TextStyle inputTextStyle, uint16_t startIndex, uint16_t endIndex) in SetTextStyle() argument
166 bool SpannableString::SetSpannable(bool value, uint16_t startIndex, uint16_t endIndex) in SetSpannable() argument
197 void SpannableString::SetFontSize(uint8_t inputFontSize, uint16_t startIndex, uint16_t endIndex) in SetFontSize() argument
256 SetFontId(uint16_t inputFontId, uint16_t startIndex, uint16_t endIndex) SetFontId() argument
314 SetFontHeight(int16_t inputHeight, uint16_t startIndex, uint16_t endIndex) SetFontHeight() argument
383 SetBackgroundColor(ColorType inputBackgroundColor, uint16_t startIndex, uint16_t endIndex) SetBackgroundColor() argument
446 SetForegroundColor(ColorType inputForegroundColor, uint16_t startIndex, uint16_t endIndex) SetForegroundColor() argument
508 SetLineBackgroundColor(ColorType inputLineBackgroundColor, uint16_t startIndex, uint16_t endIndex) SetLineBackgroundColor() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp401 size_t startIndex = data[++i]; in OHDrawingLineTypographyTest() local
/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp53 DmGenerateStrHash(const void *data, size_t dataSize, unsigned char *outBuf, uint32_t outBufLen, uint32_t startIndex) DmGenerateStrHash() argument
/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp549 int32_t startIndex = 0; in CalcMaxAfterAnchorIndex() local
/third_party/icu/icu4c/source/i18n/
H A Dreldtfmt.cpp241 int32_t startIndex = pos.getIndex(); in parse() local
H A Dnumber_modifiers.cpp206 SimpleModifier::formatAsPrefixSuffix(FormattedStringBuilder &result, int32_t startIndex, int32_t endIndex, in formatAsPrefixSuffix() argument
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp62 HRESULT CFolderOutStream::Init(unsigned startIndex, const UInt32 *indexes, unsigned numFiles) in Init() argument
/third_party/lzma/CPP/Windows/Control/
H A DListView.h77 int GetNextItem(int startIndex, UINT flags) const { return ListView_GetNextItem(_window, startIndex, flags); } in GetNextItem() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_modifiers.cpp215 SimpleModifier::formatAsPrefixSuffix(FormattedStringBuilder &result, int32_t startIndex, int32_t endIndex, in formatAsPrefixSuffix() argument
H A Dreldtfmt.cpp249 int32_t startIndex = pos.getIndex(); in parse() local
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp274 int SkIcoCodec::chooseCodec(const SkISize& requestedSize, int startIndex) { in chooseCodec() argument
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp480 makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, int* startIndex) makeSpace() argument
497 makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, int* startIndex, int* actualIndexCount) makeSpaceAtLeast() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.cpp206 SimpleModifier::formatAsPrefixSuffix(FormattedStringBuilder &result, int32_t startIndex, int32_t endIndex, in formatAsPrefixSuffix() argument
H A Dreldtfmt.cpp241 int32_t startIndex = pos.getIndex(); in parse() local
/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp185 bool SkDQuad::isLinear(int startIndex, int endIndex) const { in isLinear() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dallocator_test_base.h122 size_t startIndex = RandFromRange(0, BYTE_ARRAY_SIZE - 1); in SetBytesFromByteArray() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h460 static CString JoinString(const CVector<CString>& strs, size_t startIndex, size_t endIndex, char c = '/') in JoinString() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp425 GateRef BuiltinsFunctionStubBuilder::NewTaggedArrayFromArgs(GateRef glue, GateRef startIndex, GateRef length, in NewTaggedArrayFromArgs() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h406 float GetGroupLayoutOffset(int32_t startIndex, float startPos) in GetGroupLayoutOffset() argument
474 int32_t startIndex = input; in GetRowStartIndex() local
115 UpdatePosMapStart(float delta, float& listCurrentPos, float space, int32_t startIndex, float startPos, bool groupAtStart) UpdatePosMapStart() argument
[all...]
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.h520 std::size_t startIndex = 0; in StringSplitter() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_layout_test_ng.cpp1087 auto startIndex = pattern_->GetStartIndex(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp436 auto startIndex = isHorizontalAndRTL_ ? realItemCount_ - 1 - animationStartIndex_ : animationStartIndex_; in CalcTargetIndexOnDrag() local

Completed in 28 milliseconds

12345678910