Home
last modified time | relevance | path

Searched defs:startIndex (Results 126 - 150 of 239) sorted by relevance

12345678910

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java286 compareUTF16(char[] table, char[] primaries, int options, CharSequence left, CharSequence right, int startIndex) compareUTF16() argument
/third_party/icu/icu4c/source/common/
H A Dserv.cpp459 int32_t startIndex = 0; in getKey() local
H A Duhash.cpp340 int32_t theIndex, startIndex; in _uhash_find() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatin.java290 compareUTF16(char[] table, char[] primaries, int options, CharSequence left, CharSequence right, int startIndex) compareUTF16() argument
/third_party/icu/icu4c/source/i18n/
H A Dlistformatter.cpp421 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0); in setAliasedStyle() local
/third_party/lzma/CPP/Common/
H A DMyString.h411 AString Mid(unsigned startIndex, unsigned count) const { return AString(count, _chars + startIndex); } in Mid() argument
699 UString Mid(unsigned startIndex, unsigne argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duhash.cpp340 int32_t theIndex, startIndex; in _uhash_find() local
H A Dserv.cpp459 int32_t startIndex = 0; in getKey() local
/third_party/node/deps/icu-small/source/i18n/
H A Dlistformatter.cpp414 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0); in setAliasedStyle() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp250 AppendGraphCommon(const overlay::Widget *widget, const gl::Extents &imageExtent, const std::vector<size_t> runningValues, size_t startIndex, float scale, GraphWidgetData *graphWidget, OverlayWidgetCounts *widgetCounts) AppendGraphCommon() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp383 int startIndex = offset / static_cast<int>(ComputeVertexAttributeStride(attrib, binding)); in StoreStaticAttrib() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DResourcesHLSL.cpp76 OutputUniformIndexArrayInitializer(TInfoSinkBase &out, const TType &type, unsigned int startIndex) OutputUniformIndexArrayInitializer() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dlistformatter.cpp421 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0); in setAliasedStyle() local
/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp211 bool SkDCubic::isLinear(int startIndex, int endIndex) const { in isLinear() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp470 int32_t startIndex = 0; in getKey() local
H A Duhash.cpp340 int32_t theIndex, startIndex; in _uhash_find() local
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp778 int startIndex = maxFileCount > deleteNum ? maxFileCount - deleteNum : maxFileCount; in RemoveTempFileIfNeed() local
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_asy_key_generator_cov_test.cpp451 static void EndianSwap(unsigned char *pData, int startIndex, int length) in EndianSwap() argument
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp401 int32_t startIndex = mountainPosition.peakPos[startPos - 1]; in DetectValley() local
411 int32_t startIndex = mountainPosition.peakPos[i]; in DetectValley() local
/base/startup/init/services/init/
H A Dinit_common_cmds.c77 char *BuildStringFromCmdArg(const struct CmdArgs *ctx, int startIndex) in BuildStringFromCmdArg() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.h31 int32_t startIndex = 0; member
H A Dlist_item_group_pattern.cpp493 int32_t startIndex = (outOfView || itemPosition_.empty()) ? itemTotalCount_ : itemPosition_.begin()->first; in UpdateCachedIndexBackward() local
522 int32_t startIndex in UpdateCachedIndexOmni() local
684 CheckDataChangeOutOfStart(int32_t index, int32_t count, int32_t startIndex) CheckDataChangeOutOfStart() argument
712 int32_t startIndex = itemPosition_.begin()->first; NotifyDataChange() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp676 GetLogContentFromStartIndex( const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, int32_t startIndex) GetLogContentFromStartIndex() argument
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp705 PaintLine( uint32_t startIndex, const std::vector<LineInfo>& line, SkPath& path, const MainChart& data, const Rect& paintRect) PaintLine() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp770 int32_t startIndex = -1; in AdjustCursorPosition() local
786 int32_t startIndex = -1; in AdjustWordSelection() local
[all...]

Completed in 38 milliseconds

12345678910