Home
last modified time | relevance | path

Searched refs:setElementAt (Results 1 – 25 of 72) sorted by relevance

123

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCompactArrayTest.java29 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/
DCompactArrayTest.java32 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/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMap.java155 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()
DOpMapVector.java81 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/
DDOM2DTM.java156 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/icu/icu4c/source/i18n/
Dregexcmp.cpp417 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions()
826 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
858 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions()
877 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions()
922 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
940 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
960 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions()
970 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions()
988 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions()
1065 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
[all …]
Dfphdlimp.cpp99 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
101 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DNodeSorter.java316 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/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2RTFDTM.java251 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()
DSAX2DTM.java891 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/proguard/src/proguard/gui/
DListPanel.java258 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/icu/icu4c/source/test/intltest/
Dv32test.cpp143 a->setElementAt(666, 1); in UVector32_API()
228 b->setElementAt(10, 0); in UVector32_API()
348 a->setElementAt(666, 99); in UVector32_API()
349 a->setElementAt(777, 100); in UVector32_API()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java1008 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/android_icu4j/src/main/java/android/icu/util/
DCompactByteArray.java151 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
DCompactCharArray.java153 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/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java149 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
DCompactCharArray.java151 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/icu4c/source/common/
Ddictbe.cpp1229 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange()
1291 values.setElementAt(maxSnlp, count); // 255 in divideUpDictionaryRange()
1292 lengths.setElementAt(1, count++); in divideUpDictionaryRange()
1299 bestSnlp.setElementAt(newSnlp, ln_j_i); in divideUpDictionaryRange()
1300 prev.setElementAt(i, ln_j_i); in divideUpDictionaryRange()
1323 bestSnlp.setElementAt(newSnlp, i+katakanaRunLength); in divideUpDictionaryRange()
1324 prev.setElementAt(i, i+katakanaRunLength); // prev[j] = i; in divideUpDictionaryRange()
Duvector.h131 void setElementAt(void* obj, int32_t index);
133 void setElementAt(int32_t elem, int32_t index);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1Set.java534 set.setElementAt(set.elementAt(index + 1), index); in sort()
535 set.setElementAt(o, index + 1); in sort()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DUVector32.java31 public void setElementAt(int elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector32
DUVector64.java31 public void setElementAt(long elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector64
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector64.java27 public void setElementAt(long elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector64
DUVector32.java27 public void setElementAt(int elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector32
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1Set.java536 set.setElementAt(set.elementAt(index + 1), index); in sort()
537 set.setElementAt(o, index + 1); in sort()

123