/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CompactArrayTest.java | 32 cba.setElementAt((char)0x5, (byte)0xdf); in TestByteArrayCoverage() 33 cba.setElementAt((char)0x105, (byte)0xdf); in TestByteArrayCoverage() 34 cba.setElementAt((char)0x205, (byte)0xdf); in TestByteArrayCoverage() 35 cba.setElementAt((char)0x305, (byte)0xdf); in TestByteArrayCoverage() 68 cba.setElementAt((char)0x405, (byte)0xdf); // force expand in TestByteArrayCoverage() 71 cba3.setElementAt((char)0x405, (byte)0xdf); // equivalent modification in TestByteArrayCoverage() 74 cba3.setElementAt((char)0x405, (byte)0xee); // different modification in TestByteArrayCoverage() 81 cba6.setElementAt((char)0x405, (byte)0xee); in TestByteArrayCoverage() 84 cba6.setElementAt((char)0x100, (char)0x104, (byte)0xfe); in TestByteArrayCoverage() 86 cba3.setElementAt((cha in TestByteArrayCoverage() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CompactArrayTest.java | 29 cba.setElementAt((char)0x5, (byte)0xdf); in TestByteArrayCoverage() 30 cba.setElementAt((char)0x105, (byte)0xdf); in TestByteArrayCoverage() 31 cba.setElementAt((char)0x205, (byte)0xdf); in TestByteArrayCoverage() 32 cba.setElementAt((char)0x305, (byte)0xdf); in TestByteArrayCoverage() 65 cba.setElementAt((char)0x405, (byte)0xdf); // force expand in TestByteArrayCoverage() 68 cba3.setElementAt((char)0x405, (byte)0xdf); // equivalent modification in TestByteArrayCoverage() 71 cba3.setElementAt((char)0x405, (byte)0xee); // different modification in TestByteArrayCoverage() 78 cba6.setElementAt((char)0x405, (byte)0xee); in TestByteArrayCoverage() 81 cba6.setElementAt((char)0x100, (char)0x104, (byte)0xfe); in TestByteArrayCoverage() 83 cba3.setElementAt((cha in TestByteArrayCoverage() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | formattedval_iterimpl.cpp | 157 fFields.setElementAt(categ2, i*4 + 0); in sort() 158 fFields.setElementAt(field2, i*4 + 1); in sort() 159 fFields.setElementAt(start2, i*4 + 2); in sort() 160 fFields.setElementAt(limit2, i*4 + 3); in sort() 161 fFields.setElementAt(categ1, i*4 + 4); in sort() 162 fFields.setElementAt(field1, i*4 + 5); in sort() 163 fFields.setElementAt(start1, i*4 + 6); in sort() 164 fFields.setElementAt(limit1, i*4 + 7); in sort()
|
H A D | regexcmp.cpp | 409 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions() 837 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() 869 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 888 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions() 933 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 951 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 971 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions() 981 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 999 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions() 1076 fRXPat->fCompiledPat->setElementAt(o in doParseActions() [all...] |
H A D | fphdlimp.cpp | 111 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast() 113 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formattedval_iterimpl.cpp | 157 fFields.setElementAt(categ2, i*4 + 0); in sort() 158 fFields.setElementAt(field2, i*4 + 1); in sort() 159 fFields.setElementAt(start2, i*4 + 2); in sort() 160 fFields.setElementAt(limit2, i*4 + 3); in sort() 161 fFields.setElementAt(categ1, i*4 + 4); in sort() 162 fFields.setElementAt(field1, i*4 + 5); in sort() 163 fFields.setElementAt(start1, i*4 + 6); in sort() 164 fFields.setElementAt(limit1, i*4 + 7); in sort()
|
H A D | regexcmp.cpp | 409 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions() 837 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() 869 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 888 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions() 933 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 951 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 971 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions() 981 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 999 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions() 1076 fRXPat->fCompiledPat->setElementAt(o in doParseActions() [all...] |
H A D | fphdlimp.cpp | 111 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast() 113 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | formattedval_iterimpl.cpp | 157 fFields.setElementAt(categ2, i*4 + 0); in sort() 158 fFields.setElementAt(field2, i*4 + 1); in sort() 159 fFields.setElementAt(start2, i*4 + 2); in sort() 160 fFields.setElementAt(limit2, i*4 + 3); in sort() 161 fFields.setElementAt(categ1, i*4 + 4); in sort() 162 fFields.setElementAt(field1, i*4 + 5); in sort() 163 fFields.setElementAt(start1, i*4 + 6); in sort() 164 fFields.setElementAt(limit1, i*4 + 7); in sort()
|
H A D | regexcmp.cpp | 414 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions() 842 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() 874 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 893 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions() 938 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 956 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 976 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions() 986 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 1004 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions() 1081 fRXPat->fCompiledPat->setElementAt(o in doParseActions() [all...] |
H A D | fphdlimp.cpp | 111 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast() 113 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Preferences.java | 114 existingLocations.setElementAt(existingLocations.elementAt(i-1),i); in addRecentFilePreference() 115 existingNames.setElementAt(existingNames.elementAt(i-1),i); in addRecentFilePreference() 117 existingLocations.setElementAt(location, 0); in addRecentFilePreference() 118 existingNames.setElementAt(name, 0); in addRecentFilePreference()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | v32test.cpp | 138 // setElementAt() in UVector32_API() 145 a->setElementAt(666, 1); in UVector32_API() 230 b->setElementAt(10, 0); in UVector32_API() 350 a->setElementAt(666, 99); in UVector32_API() 351 a->setElementAt(777, 100); in UVector32_API()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CompactCharArray.java | 151 public void setElementAt(char index, char value) in setElementAt() method in CompactCharArray 169 public void setElementAt(char start, char end, char value) in setElementAt() method in CompactCharArray
|
H A D | CompactByteArray.java | 149 public void setElementAt(char index, byte value) in setElementAt() method in CompactByteArray 167 public void setElementAt(char start, char end, byte value) in setElementAt() method in CompactByteArray
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CompactCharArray.java | 153 public void setElementAt(char index, char value) in setElementAt() method in CompactCharArray 171 public void setElementAt(char start, char end, char value) in setElementAt() method in CompactCharArray
|
H A D | CompactByteArray.java | 151 public void setElementAt(char index, byte value) in setElementAt() method in CompactByteArray 169 public void setElementAt(char start, char end, byte value) in setElementAt() method in CompactByteArray
|
/third_party/icu/icu4c/source/common/ |
H A D | uvector.h | 45 * destructed, or when a call to `setElementAt()` overwrites an element, 150 void setElementAt(void* obj, int32_t index); 152 void setElementAt(int32_t elem, int32_t index);
|
H A D | dictbe.cpp | 1244 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange() 1306 values.setElementAt(maxSnlp, count); // 255 in divideUpDictionaryRange() 1307 lengths.setElementAt(1, count++); in divideUpDictionaryRange() 1314 bestSnlp.setElementAt(newSnlp, ln_j_i); in divideUpDictionaryRange() 1315 prev.setElementAt(i, ln_j_i); in divideUpDictionaryRange() 1338 bestSnlp.setElementAt(newSnlp, i+katakanaRunLength); in divideUpDictionaryRange() 1339 prev.setElementAt(i, i+katakanaRunLength); // prev[j] = i; in divideUpDictionaryRange()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uvector.h | 45 * destructed, or when a call to `setElementAt()` overwrites an element, 150 void setElementAt(void* obj, int32_t index); 152 void setElementAt(int32_t elem, int32_t index);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uvector.h | 56 * destructed, or when a call to setElementAt() overwrites an element, 131 void setElementAt(void* obj, int32_t index); 133 void setElementAt(int32_t elem, int32_t index);
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | UVector32.java | 27 public void setElementAt(int elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector32
|
H A D | UVector64.java | 27 public void setElementAt(long elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector64
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | UVector64.java | 31 public void setElementAt(long elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector64
|
H A D | UVector32.java | 31 public void setElementAt(int elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector32
|