Home
last modified time | relevance | path

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

1234

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCompactArrayTest.java27 cba.setElementAt((char)0x5, (byte)0xdf); in TestByteArrayCoverage()
28 cba.setElementAt((char)0x105, (byte)0xdf); in TestByteArrayCoverage()
29 cba.setElementAt((char)0x205, (byte)0xdf); in TestByteArrayCoverage()
30 cba.setElementAt((char)0x305, (byte)0xdf); in TestByteArrayCoverage()
63 cba.setElementAt((char)0x405, (byte)0xdf); // force expand in TestByteArrayCoverage()
66 cba3.setElementAt((char)0x405, (byte)0xdf); // equivalent modification in TestByteArrayCoverage()
69 cba3.setElementAt((char)0x405, (byte)0xee); // different modification in TestByteArrayCoverage()
76 cba6.setElementAt((char)0x405, (byte)0xee); in TestByteArrayCoverage()
79 cba6.setElementAt((char)0x100, (char)0x104, (byte)0xfe); in TestByteArrayCoverage()
81 cba3.setElementAt((char)i, (byte)0xfe); in TestByteArrayCoverage()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCompactArrayTest.java26 cba.setElementAt((char)0x5, (byte)0xdf); in TestByteArrayCoverage()
27 cba.setElementAt((char)0x105, (byte)0xdf); in TestByteArrayCoverage()
28 cba.setElementAt((char)0x205, (byte)0xdf); in TestByteArrayCoverage()
29 cba.setElementAt((char)0x305, (byte)0xdf); in TestByteArrayCoverage()
62 cba.setElementAt((char)0x405, (byte)0xdf); // force expand in TestByteArrayCoverage()
65 cba3.setElementAt((char)0x405, (byte)0xdf); // equivalent modification in TestByteArrayCoverage()
68 cba3.setElementAt((char)0x405, (byte)0xee); // different modification in TestByteArrayCoverage()
75 cba6.setElementAt((char)0x405, (byte)0xee); in TestByteArrayCoverage()
78 cba6.setElementAt((char)0x100, (char)0x104, (byte)0xfe); in TestByteArrayCoverage()
80 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.cpp416 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions()
825 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
857 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions()
876 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions()
921 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
939 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
959 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions()
969 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions()
987 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions()
1064 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
[all …]
Dfphdlimp.cpp108 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
110 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
/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/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/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/
Drbbitblb.cpp698 T->fDtran->setElementAt(ux, a); in buildStateTable()
1012 dest->setElementAt(*sourcePtr++, di++); in setAdd()
1018 dest->setElementAt(*destPtr++, di++); in setAdd()
1021 dest->setElementAt(*sourcePtr++, di++); in setAdd()
1027 dest->setElementAt(*destPtr++, di++); in setAdd()
1030 dest->setElementAt(*sourcePtr++, di++); in setAdd()
Duvector.h131 void setElementAt(void* obj, int32_t index);
133 void setElementAt(int32_t elem, int32_t index);
Ddictbe.cpp1256 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange()
1318 values.setElementAt(maxSnlp, count); // 255 in divideUpDictionaryRange()
1319 lengths.setElementAt(1, count++); in divideUpDictionaryRange()
1326 bestSnlp.setElementAt(newSnlp, ln_j_i); in divideUpDictionaryRange()
1327 prev.setElementAt(i, ln_j_i); in divideUpDictionaryRange()
1350 bestSnlp.setElementAt(newSnlp, j); in divideUpDictionaryRange()
1351 prev.setElementAt(i, i+katakanaRunLength); // prev[j] = i; in divideUpDictionaryRange()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector32.java27 public void setElementAt(int elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector32
DUVector64.java27 public void setElementAt(long elem, int index) { buffer[index] = elem; } in setElementAt() method in UVector64
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1Set.java530 set.setElementAt(set.elementAt(index + 1), index); in sort()
531 set.setElementAt(o, index + 1); in sort()

1234