Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp265 fRXPat->fCompiledPat->setElementAt(op, loc); in compile()
392 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions()
800 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
835 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions()
854 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions()
901 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
921 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
944 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions()
954 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions()
973 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions()
[all …]
Drbt_pars.cpp1520 segmentObjects.setElementAt(adopted, seg-1); in setSegmentObject()
1521 variablesVector.setElementAt(adopted, index); in setSegmentObject()
Dzstrfmt.cpp414 fResults.setElementAt(zsinfo, j); in handleMatch()
/external/junit/src/junit/swingui/
DTestSelector.java278 values.setElementAt(values.elementAt(right), left); in swap()
279 values.setElementAt(tmp, right); in swap()
281 fOther.setElementAt(fOther.elementAt(right), left); in swap()
282 fOther.setElementAt(tmp2, right); in swap()
/external/proguard/src/proguard/gui/
DListPanel.java259 protected void setElementAt(Object element, int index) in setElementAt() method in ListPanel
261 listModel.setElementAt(element, index); in setElementAt()
272 listModel.setElementAt(elements[index], indices[index]); in setElementsAt()
DClassSpecificationsPanel.java98 setElementAt(getClassSpecification(), in addEditButton()
DMemberSpecificationsPanel.java136 setElementAt(wrapper, in addEditButton()
/external/icu4c/test/intltest/
Dv32test.cpp141 a->setElementAt(666, 1); in UVector32_API()
226 b->setElementAt(10, 0); in UVector32_API()
346 a->setElementAt(666, 99); in UVector32_API()
347 a->setElementAt(777, 100); in UVector32_API()
Drbbitst.cpp1575 tp.expectedBreaks->setElementAt(-1, breakIdx); in TestExtended()
1577 tp.srcLine->setElementAt(lineNum, breakIdx); in TestExtended()
1579 tp.srcCol ->setElementAt(column, breakIdx); in TestExtended()
1642 tp.expectedBreaks->setElementAt(-1, breakIdx); in TestExtended()
1644 tp.srcLine->setElementAt(lineNum, breakIdx); in TestExtended()
1646 tp.srcCol ->setElementAt(column, breakIdx); in TestExtended()
1729 tp.expectedBreaks->setElementAt(tagValue, breakIdx); in TestExtended()
1731 tp.srcLine->setElementAt(lineNum, breakIdx); in TestExtended()
1733 tp.srcCol ->setElementAt(column, breakIdx); in TestExtended()
Dregextst.cpp1486 vec.setElementAt(val, idx); in set()
/external/icu4c/common/
Drbbitblb.cpp631 T->fDtran->setElementAt(ux, a); in buildStateTable()
952 dest->setElementAt(*sourceBuff++, di++); in setAdd()
958 dest->setElementAt(*destBuff++, di++); in setAdd()
961 dest->setElementAt(*sourceBuff++, di++); in setAdd()
967 dest->setElementAt(*destBuff++, di++); in setAdd()
970 dest->setElementAt(*sourceBuff++, di++); in setAdd()
Duvector.h146 void setElementAt(void* obj, int32_t index);
148 void setElementAt(int32_t elem, int32_t index);
Dtriedict.cpp274 fBranchStack.setElementAt(kEqual, fBranchStack.size()-1); in snext()
288 fBranchStack.setElementAt(kGreaterThan, fBranchStack.size()-1); in snext()
306 fBranchStack.setElementAt(kDone, fBranchStack.size()-1); in snext()
616 fIndexStack.setElementAt(1, fIndexStack.size()-1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
640 fIndexStack.setElementAt(where+1, fIndexStack.size()-1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1087 translate.setElementAt(nodeCount++, i); in compactMutableTrieDictionary()
Duvector.cpp135 void UVector::setElementAt(void* obj, int32_t index) { in setElementAt() function in UVector
145 void UVector::setElementAt(int32_t elem, int32_t index) { in setElementAt() function in UVector
Duvectr32.h98 void setElementAt(int32_t elem, int32_t index);
Duvectr32.cpp87 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt() function in UVector32
/external/protobuf/src/com/google/common/io/protocol/
DProtoBufType.java82 this.data.setElementAt(data, tag); in addElement()
DProtoBuf.java469 values.setElementAt(null, tag); in remove()
961 v.setElementAt(o2, index); in getObject()
1035 values.setElementAt(v, tag); in insertObject()
1162 values.setElementAt(o, tag); in setObject()