/third_party/icu/icu4c/source/common/ |
H A D | uniquecharstr.h | 73 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()
|
H A D | umutablecptrie.cpp | 390 uint32_t *newIndex = (uint32_t *)uprv_malloc(I_LIMIT * 4); in ensureHighStart() local 391 if (newIndex == nullptr) { return false; } in ensureHighStart() 392 uprv_memcpy(newIndex, index, i * 4); in ensureHighStart() 394 index = newIndex; in ensureHighStart()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniquecharstr.h | 73 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/ |
H A D | search.js | 620 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/ |
H A D | search.js | 618 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/ |
H A D | uniquecharstr.h | 72 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/tools/toolutil/ |
H A D | toolutil.cpp | 361 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/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.cpp | 361 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/tools/toolutil/ |
H A D | toolutil.cpp | 336 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/icu/icu4c/source/common/unicode/ |
H A D | parsepos.h | 66 * @param newIndex the new text offset. 69 ParsePosition(int32_t newIndex) in ParsePosition() argument 71 index(newIndex), in ParsePosition()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | parsepos.h | 66 * @param newIndex the new text offset. 69 ParsePosition(int32_t newIndex) in ParsePosition() argument 71 index(newIndex), in ParsePosition()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | parsepos.h | 66 * @param newIndex the new text offset. 69 ParsePosition(int32_t newIndex) in ParsePosition() argument 71 index(newIndex), in ParsePosition()
|
/third_party/lzma/CS/7zip/Common/ |
H A D | CommandLineParser.cs | 229 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/icu/icu4c/source/i18n/ |
H A D | choicfmt.cpp | 521 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/ |
H A D | choicfmt.cpp | 521 int32_t newIndex = start + len; in parseArgument() local 522 if (newIndex > furthest) { in parseArgument() 523 furthest = newIndex; in parseArgument()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | choicfmt.cpp | 521 int32_t newIndex = start + len; in parseArgument() local 522 if (newIndex > furthest) { in parseArgument() 523 furthest = newIndex; in parseArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 568 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block); in insertMachineInstrInMaps() 569 mi2iMap.insert(std::make_pair(&MI, newIndex)); in insertMachineInstrInMaps() 570 return newIndex; in insertMachineInstrInMaps()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.h | 61 int newIndex; member 70 newIndex = -1; in clearNewAssignments()
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | entry-index.js | 63 const newIndex = '\n' + newEntries.map((entry) => { 85 await writeFile(tmp.target, newIndex, { flag: 'wx' })
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 729 int newIndex = nodes.size(); in insertNodeBetween() 732 // nodes[index].nextIndex = newIndex in insertNodeBetween() 734 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); in insertNodeBetween() 735 // nodes[nextIndex].previousIndex = newIndex in insertNodeBetween() 738 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween() 740 return newIndex; in insertNodeBetween()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationBuilder.java | 733 int newIndex = nodes.size(); in insertNodeBetween() 736 // nodes[index].nextIndex = newIndex in insertNodeBetween() 738 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); in insertNodeBetween() 739 // nodes[nextIndex].previousIndex = newIndex in insertNodeBetween() 742 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween() 744 return newIndex; in insertNodeBetween()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 1956 int newIndex = start + len; in parseChoiceArgument() 1957 if (newIndex > furthest) { in parseChoiceArgument() 1958 furthest = newIndex; in parseChoiceArgument()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MutableCodePointTrie.java | 422 int[] newIndex = new int[I_LIMIT]; in ensureHighStart() 423 for (int j = 0; j < i; ++j) { newIndex[j] = index[j]; } in ensureHighStart() 424 index = newIndex; in ensureHighStart()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 1912 int newIndex = start + len; in parseChoiceArgument() 1913 if (newIndex > furthest) { in parseChoiceArgument() 1914 furthest = newIndex; in parseChoiceArgument()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MutableCodePointTrie.java | 414 int[] newIndex = new int[I_LIMIT]; in ensureHighStart() 415 for (int j = 0; j < i; ++j) { newIndex[j] = index[j]; } in ensureHighStart() 416 index = newIndex; in ensureHighStart()
|