Home
last modified time | relevance | path

Searched refs:innerIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DUtils.java328 int innerIndex = 0; in generateI18nPatternMacros() local
330 if (innerIndex++ != ele.index) { in generateI18nPatternMacros()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/source/
H A Dmultinavigation.ets922 let innerIndex = index - stepStartIndex;
923 if (innerIndex !== 0) {
924 this.subStackList[subIndex].secondaryStack.moveIndexToTop(innerIndex - 1, animated);
925 …onst subInfo = this.subStackList[subIndex].secondaryStack.policyInfoList.splice(innerIndex - 1, 1);