/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
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((char)i, (byte)0xfe); in TestByteArrayCoverage() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
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((char)i, (byte)0xfe); in TestByteArrayCoverage() [all …]
|
/external/icu/icu4c/source/i18n/ |
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()
|
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(op, topLoc); in doParseActions() [all …]
|
D | fphdlimp.cpp | 111 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast() 113 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpMap.java | 155 m_opMap.setElementAt(0,n); in shrink() 156 m_opMap.setElementAt(0,n+1); in shrink() 157 m_opMap.setElementAt(0,n+2); in shrink() 163 m_tokenQueue.setElementAt(null,n); in shrink() 164 m_tokenQueue.setElementAt(null,n + 1); in shrink() 165 m_tokenQueue.setElementAt(null,n + 2); in shrink() 187 m_opMap.setElementAt(value,opPos); in setOp()
|
D | OpMapVector.java | 81 public final void setElementAt(int value, int index) in setElementAt() method in OpMapVector
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 156 m_firstch.setElementAt(DTM.NULL,attrIndex); in DOM2DTM() 160 m_nextsib.setElementAt(DTM.NULL,attrIndex); in DOM2DTM() 248 m_firstch.setElementAt(NOTPROCESSED,nodeIndex); in addNode() 249 m_nextsib.setElementAt(NOTPROCESSED,nodeIndex); in addNode() 250 m_prevsib.setElementAt(previousSibling,nodeIndex); in addNode() 251 m_parent.setElementAt(parentIndex,nodeIndex); in addNode() 259 m_firstch.setElementAt(nodeIndex,parentIndex); in addNode() 296 m_exptype.setElementAt(expandedNameID,nodeIndex); in addNode() 301 m_nextsib.setElementAt(nodeIndex,previousSibling); in addNode() 383 m_firstch.setElementAt(NULL,m_last_kid); in nextNode() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2RTFDTM.java | 251 m_nextsib.setElementAt(NULL,m_currentDocumentNode); in endDocument() 254 m_firstch.setElementAt(NULL,m_currentDocumentNode); in endDocument() 257 m_nextsib.setElementAt(DTM.NULL,m_previous); in endDocument()
|
D | SAX2DTM.java | 891 m_nextsib.setElementAt(nodeIndex,previousSibling); in addNode() 911 m_firstch.setElementAt(nodeIndex,parentIndex); in addNode() 962 m_dtmIdent.setElementAt(dtmId << DTMManager.IDENT_DTM_NODE_BITS, i); in migrateTo() 1717 m_nextsib.setElementAt(NULL,0); in endDocument() 1720 m_firstch.setElementAt(NULL,0); in endDocument() 1723 m_nextsib.setElementAt(DTM.NULL,m_previous); in endDocument() 1792 m_prefixMappings.setElementAt("%@$#^@#", index); in endPrefixMapping() 1793 m_prefixMappings.setElementAt("%@$#^@#", index + 1); in endPrefixMapping() 1983 m_nextsib.setElementAt(DTM.NULL,prev); in startElement() 2045 m_firstch.setElementAt(DTM.NULL,m_previous); in endElement() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | NodeSorter.java | 316 b.setElementAt(a.elementAt(i), i); in mergesort() 328 b.setElementAt(a.elementAt(j), r + m + 1 - j); in mergesort() 349 a.setElementAt(b.elementAt(i), k); in mergesort() 357 a.setElementAt(b.elementAt(j), k); in mergesort()
|
/external/proguard/src/proguard/gui/ |
D | ListPanel.java | 258 protected void setElementAt(Object element, int index) in setElementAt() method in ListPanel 260 listModel.setElementAt(element, index); in setElementAt() 271 listModel.setElementAt(elements[index], indices[index]); in setElementsAt()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | NodeSetDTM.java | 1008 public void setElementAt(int node, int index) in setElementAt() method in NodeSetDTM 1014 super.setElementAt(node, index); in setElementAt() 1031 super.setElementAt(node, index); in setItem()
|
/external/icu/icu4c/source/test/intltest/ |
D | v32test.cpp | 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()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
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
|
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
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
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
|
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
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | UVector64.java | 31 public void setElementAt(long elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector64
|
D | UVector32.java | 31 public void setElementAt(int elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector32
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | UVector32.java | 27 public void setElementAt(int elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector32
|
D | UVector64.java | 27 public void setElementAt(long elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector64
|
/external/icu/libicu/cts_headers/ |
D | uvector.h | 131 void setElementAt(void* obj, int32_t index); 133 void setElementAt(int32_t elem, int32_t index);
|
/external/icu/icu4c/source/common/ |
D | uvector.h | 131 void setElementAt(void* obj, int32_t index); 133 void setElementAt(int32_t elem, int32_t index);
|
D | dictbe.cpp | 1247 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange() 1309 values.setElementAt(maxSnlp, count); // 255 in divideUpDictionaryRange() 1310 lengths.setElementAt(1, count++); in divideUpDictionaryRange() 1317 bestSnlp.setElementAt(newSnlp, ln_j_i); in divideUpDictionaryRange() 1318 prev.setElementAt(i, ln_j_i); in divideUpDictionaryRange() 1341 bestSnlp.setElementAt(newSnlp, i+katakanaRunLength); in divideUpDictionaryRange() 1342 prev.setElementAt(i, i+katakanaRunLength); // prev[j] = i; in divideUpDictionaryRange()
|