Home
last modified time | relevance | path

Searched refs:newIndex (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dtoolutil.cpp336 int32_t newIndex=oldIndex+1; in utm_alloc() local
337 if(utm_hasCapacity(mem, newIndex)) { in utm_alloc()
339 mem->idx=newIndex; in utm_alloc()
349 int32_t newIndex=oldIndex+n; in utm_allocN() local
350 if(utm_hasCapacity(mem, newIndex)) { in utm_allocN()
352 mem->idx=newIndex; in utm_allocN()
/third_party/jsframework/runtime/vdom/
DElement.ts368 …public insertIndex(target: Node, newIndex: number, { changeSibling = false, isInPureChildren = fal…
370 if (newIndex < 0) {
371 newIndex = 0;
373 const before: Node = list[newIndex - 1]; constant
374 const after: Node = list[newIndex]; constant
375 list.splice(newIndex, 0, target);
382 return newIndex;
394 …public moveIndex(target: Node, newIndex: number, { changeSibling = false, isInPureChildren = false…
407 let newIndexAfter = newIndex;
408 if (index <= newIndex) {
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp361 int32_t newIndex=oldIndex+1; in utm_alloc() local
362 if(utm_hasCapacity(mem, newIndex)) { in utm_alloc()
364 mem->idx=newIndex; in utm_alloc()
374 int32_t newIndex=oldIndex+n; in utm_allocN() local
375 if(utm_hasCapacity(mem, newIndex)) { in utm_allocN()
377 mem->idx=newIndex; in utm_allocN()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dtoolutil.cpp361 int32_t newIndex=oldIndex+1; in utm_alloc() local
362 if(utm_hasCapacity(mem, newIndex)) { in utm_alloc()
364 mem->idx=newIndex; in utm_alloc()
374 int32_t newIndex=oldIndex+n; in utm_allocN() local
375 if(utm_hasCapacity(mem, newIndex)) { in utm_allocN()
377 mem->idx=newIndex; in utm_allocN()
/third_party/skia/third_party/externals/icu/source/common/
Duniquecharstr.h73 int32_t newIndex = strings->length(); in add() local
75 uhash_puti(&map, const_cast<char16_t *>(p), newIndex, &errorCode); in add()
76 return newIndex; in add()
/third_party/icu/icu4c/source/common/
Duniquecharstr.h73 int32_t newIndex = strings->length(); in add() local
75 uhash_puti(&map, const_cast<char16_t *>(p), newIndex, &errorCode); in add()
76 return newIndex; in add()
/third_party/libevdev/doc/html/search/
Dsearch.js620 var newIndex = itemIndex-1;
621 var focusItem = this.NavPrev(newIndex);
631 tmpElem = document.getElementById('Item'+newIndex+'_c'+n);
655 var newIndex = itemIndex+1;
663 if (!focusItem) focusItem = this.NavNext(newIndex);
700 var newIndex = childIndex-1;
701 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
710 var newIndex = childIndex+1;
711 var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.js618 var newIndex = itemIndex-1;
619 var focusItem = this.NavPrev(newIndex);
629 tmpElem = document.getElementById('Item'+newIndex+'_c'+n);
653 var newIndex = itemIndex+1;
661 if (!focusItem) focusItem = this.NavNext(newIndex);
698 var newIndex = childIndex-1;
699 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
708 var newIndex = childIndex+1;
709 var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
/third_party/node/deps/icu-small/source/common/
Duniquecharstr.h72 int32_t newIndex = strings->length(); in add() local
74 uhash_puti(&map, const_cast<char16_t *>(p), newIndex, &errorCode); in add()
75 return newIndex; in add()
/third_party/node/deps/icu-small/source/common/unicode/
Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition() argument
71 index(newIndex), in ParsePosition()
/third_party/icu/icu4c/source/common/unicode/
Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition() argument
71 index(newIndex), in ParsePosition()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition() argument
71 index(newIndex), in ParsePosition()
/third_party/lzma/CS/7zip/Common/
DCommandLineParser.cs229 int newIndex = commandString.IndexOf(c); in ParseSubCharsCommand()
230 if (newIndex >= 0) in ParseSubCharsCommand()
234 if (commandString.IndexOf(c, newIndex + 1) >= 0) in ParseSubCharsCommand()
/third_party/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp521 int32_t newIndex = start + len; in parseArgument() local
522 if (newIndex > furthest) { in parseArgument()
523 furthest = newIndex; in parseArgument()
/third_party/icu/icu4c/source/i18n/
Dchoicfmt.cpp521 int32_t newIndex = start + len; in parseArgument() local
522 if (newIndex > furthest) { in parseArgument()
523 furthest = newIndex; in parseArgument()
/third_party/node/deps/icu-small/source/i18n/
Dchoicfmt.cpp521 int32_t newIndex = start + len; in parseArgument() local
522 if (newIndex > furthest) { in parseArgument()
523 furthest = newIndex; in parseArgument()
Dcollationbuilder.cpp976 int32_t newIndex = nodes.size(); in insertNodeBetween() local
982 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); in insertNodeBetween()
986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween()
988 return newIndex; in insertNodeBetween()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h568 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block);
569 mi2iMap.insert(std::make_pair(&MI, newIndex));
570 return newIndex;
/third_party/node/deps/npm/node_modules/cacache/lib/
Dentry-index.js63 const newIndex = '\n' + newEntries.map((entry) => {
85 await writeFile(tmp.target, newIndex, { flag: 'wx' })
/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts208 …const [newIndex, subsequentText, rawSubsequentText, stringIndexes] = concatConsecutiveString(i + 1… constant
209 i = newIndex - 1;
/third_party/glslang/glslang/MachineIndependent/
Diomapper.h61 int newIndex; member
70 newIndex = -1; in clearNewAssignments()
/third_party/node/deps/v8/tools/system-analyzer/view/timeline/
Dtimeline-track-map.mjs236 let newIndex = Math.min(currentIndex, newChunk.size() - 1); variable
237 this.map = newChunk.at(newIndex);
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java729 int newIndex = nodes.size();
734 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index);
738 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex);
740 return newIndex;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java733 int newIndex = nodes.size();
738 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index);
742 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex);
744 return newIndex;
/third_party/typescript/src/compiler/
Dcore.ts2404 let newIndex = 0;
2409 while (newIndex < newLen && oldIndex < oldLen) {
2410 const newItem = newItems[newIndex]; constant
2415 newIndex++;
2425 newIndex++;
2429 while (newIndex < newLen) {
2430 inserted(newItems[newIndex++]);

12