| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationbuilder.cpp | 364 int32_t nextIndex = nextIndexFromNode(node); in addReset() local 631 int32_t nextIndex = nextIndexFromNode(node); in getSpecialResetPosition() local 905 int32_t nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode() local 919 int32_t nextIndex; findOrInsertWeakNode() local 957 int32_t nextIndex; insertTailoredNodeAfter() local 969 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument 986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); insertNodeBetween() local 1415 int32_t nextIndex = nextIndexFromNode(node); makeTailoredCEs() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationbuilder.cpp | 364 int32_t nextIndex = nextIndexFromNode(node); in addReset() local 631 int32_t nextIndex = nextIndexFromNode(node); in getSpecialResetPosition() local 905 int32_t nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode() local 919 int32_t nextIndex; findOrInsertWeakNode() local 957 int32_t nextIndex; insertTailoredNodeAfter() local 969 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument 986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); insertNodeBetween() local 1436 int32_t nextIndex = nextIndexFromNode(node); makeTailoredCEs() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | collationbuilder.cpp | 362 int32_t nextIndex = nextIndexFromNode(node); in addReset() local 629 int32_t nextIndex = nextIndexFromNode(node); in getSpecialResetPosition() local 899 int32_t nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode() local 913 int32_t nextIndex; findOrInsertWeakNode() local 951 int32_t nextIndex; insertTailoredNodeAfter() local 963 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument 980 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); insertNodeBetween() local 1409 int32_t nextIndex = nextIndexFromNode(node); makeTailoredCEs() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| H A D | datepicker_column_pattern.cpp | 972 int32_t nextIndex = currentIndex; in CalcScrollIndex() local 996 uint32_t nextIndex = 0; local 1064 uint32_t nextIndex = 0; GetShiftDistanceForLandscape() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_pattern.cpp | 1037 auto nextIndex = curIndex; in GetNextFocusNode() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| H A D | timepicker_column_pattern.cpp | 1001 uint32_t nextIndex = 0; in GetShiftDistance() local 1069 uint32_t nextIndex = 0; GetShiftDistanceForLandscape() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| H A D | textpicker_column_pattern.cpp | 1233 int32_t nextIndex = 0; in GetShiftDistance() local 1272 double TextPickerColumnPattern::GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) in GetSelectedDistance() argument 1293 GetUpCandidateDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) GetUpCandidateDistance() argument 1318 GetDownCandidateDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) GetDownCandidateDistance() argument 1346 int32_t nextIndex = 0; GetShiftDistanceForLandscape() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | umutablecptrie.cpp | 909 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex() function in __anon3198::MixedBlocks
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | umutablecptrie.cpp | 909 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex() function in __anon11850::MixedBlocks
|
| /third_party/skia/src/utils/ |
| H A D | SkPolyUtils.cpp | 192 int nextIndex = 1; in SkIsConvexPolygon() local 1213 int nextIndex in SkOffsetSimplePolygon() local 1156 is_reflex_vertex(const SkPoint* inputPolygonVerts, int winding, SkScalar offset, uint16_t prevIndex, uint16_t currIndex, uint16_t nextIndex) is_reflex_vertex() argument 1257 int nextIndex = (currIndex + 1) % inputPolygonSize; SkOffsetSimplePolygon() local 1630 int nextIndex = (currIndex + 1) % polygonSize; SkTriangulateSimplePolygon() local 1659 int nextIndex = (currIndex + 1) % polygonSize; SkTriangulateSimplePolygon() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | umutablecptrie.cpp | 909 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex() function in __anon21079::MixedBlocks
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 725 JSTaggedValue nextIndex = JSTaggedValue(AdvanceStringIndex(string, lastIndex, fullUnicode)); in RegExpMatch() local 1137 uint32_t nextIndex = static_cast<uint32_t>(AdvanceStringIndex(inputStr, thisIndex, fullUnicode)); in ReplaceInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder.cpp | 691 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator() argument 694 Store(VariableType::INT32(), glue, iter, offset, nextIndex); in SetNextIndexOfArrayIterator() local
|
| H A D | stub_builder-inl.h | 1822 inline void StubBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
| H A D | render_swiper.cpp | 1458 int32_t nextIndex = GetNextIndex(index); in UpdateItemOpacity() local 1493 int32_t nextIndex = GetNextIndex(index); in UpdateItemPosition() local 1754 int32_t nextIndex = fromIndex; in UpdateChildPosition() local 1787 int32_t nextIndex = 0; Tick() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tab_bar_pattern.cpp | 2553 auto nextIndex = isTouchingSwiper_ ? swiperStartIndex_ + 1 : animationTargetIndex_.value_or(-1); in GetIndicatorStyle() local 2565 CalculateIndicatorStyle( int32_t startIndex, int32_t nextIndex, IndicatorStyle& indicatorStyle, OffsetF& indicatorOffset) CalculateIndicatorStyle() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_pattern.cpp | 1247 void SwiperPattern::OnAnimationTranslateZero(int32_t nextIndex, bool stopAutoPlay) in OnAnimationTranslateZero() argument 2556 void SwiperPattern::CheckMarkDirtyNodeForRenderIndicator(float additionalOffset, std::optional<int32_t> nextIndex) in CheckMarkDirtyNodeForRenderIndicator() argument 1280 FireAnimationStartEvent( int32_t currentIndex, int32_t nextIndex, const AnimationCallbackInfo& info) const FireAnimationStartEvent() argument 3113 auto nextIndex = ComputeNextIndexByVelocity(static_cast<float>(dragVelocity), true); CheckDragOutOfBoundary() local 3196 PlayPropertyTranslateAnimation( float translate, int32_t nextIndex, float velocity, bool stopAutoPlay) PlayPropertyTranslateAnimation() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 201 const deUint32 nextIndex = viewIndex + 1; in createFullscreenMesh() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 197 const deUint32 nextIndex = viewIndex + 1; in createFullscreenMesh() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11209 unsigned nextIndex = 0; in AddCombineBUILD_VECTORToVPADDL() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | SymbolTable_ESSL_autogen.cpp | 26010 uint16_t nextIndex = GetNextRuleIndex(nameHash); findBuiltIn() local [all...] |
| H A D | SymbolTable_autogen.cpp | 40803 uint16_t nextIndex = GetNextRuleIndex(nameHash); findBuiltIn() local [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 90153 int nextIndex = 1; /* Index of next ? host parameter */ global() local [all...] |