Searched refs:elementAti (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dfpositer.cpp67 if (adopt->elementAti(i) >= adopt->elementAti(i+1)) {
93 fp.setField(data->elementAti(pos++));
94 fp.setBeginIndex(data->elementAti(pos++));
95 fp.setEndIndex(data->elementAti(pos++));
H A Dfphdlimp.cpp106 vec->setElementAt(delta + vec->elementAti(i), i);
108 vec->setElementAt(delta + vec->elementAti(i), i);
H A Duspoof_conf.cpp417 int32_t key = fKeyVec->elementAti(i);
439 uint32_t value = static_cast<uint32_t>(fValueVec->elementAti(i));
479 uint32_t offset = static_cast<uint32_t>(fStringLengthsTable->elementAti(i));
480 uint32_t length = static_cast<uint32_t>(fStringLengthsTable->elementAti(i+1));
527 int32_t key = fKeyVec->elementAti(i);
566 int32_t previousKey = fKeyVec->elementAti(previousKeyIndex);
575 int32_t key = fKeyVec->elementAti(index);
576 int32_t value = fValueVec->elementAti(index);
589 lastIndexWithLen = fStringLengthsTable->elementAti(i);
591 length = fStringLengthsTable->elementAti(
[all...]
H A Dregexcmp.cpp416 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(savePosition);
791 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
934 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
1911 int32_t op = (int32_t)code->elementAti(loc);
1933 int32_t x = fParenStack.elementAti(loc);
1978 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP);
1985 int32_t opAtTheLoc = (int32_t)fRXPat->fCompiledPat->elementAti(theLoc);
2035 patOp = (int32_t)fRXPat->fCompiledPat->elementAti(patIdx);
2063 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2076 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenPare
[all...]
H A Drepattrn.cpp628 int32_t op = fCompiledPat->elementAti(index);
696 int32_t lengthOp = fCompiledPat->elementAti(index+1);
H A Drematch.cpp576 int32_t groupOffset = fPattern->fGroupMap->elementAti(group-1);
1157 int32_t groupOffset = fPattern->fGroupMap->elementAti(groupNum-1);
1226 int32_t groupOffset = fPattern->fGroupMap->elementAti(groupNum-1);
1314 int32_t groupOffset = fPattern->fGroupMap->elementAti(groupNum-1);
2293 int32_t groupOffset = fPattern->fGroupMap->elementAti(group-1);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dv32test.cpp100 TEST_ASSERT(b->elementAti(1) == 20);
142 TEST_ASSERT(a->elementAti(0) == 10);
143 TEST_ASSERT(a->elementAti(1) == 666);
157 TEST_ASSERT(a->elementAti(0) == 10);
158 TEST_ASSERT(a->elementAti(1) == 666);
159 TEST_ASSERT(a->elementAti(2) == 20);
160 TEST_ASSERT(a->elementAti(3) == 30);
166 // elementAti() covered by above tests
342 TEST_ASSERT(a->elementAti(0) == 10);
343 TEST_ASSERT(a->elementAti(
[all...]
H A Duvectest.cpp113 TEST_ASSERT(a->elementAti(0) == 10);
114 TEST_ASSERT(a->elementAti(1) == 15);
115 TEST_ASSERT(a->elementAti(2) == 20);
116 TEST_ASSERT(a->elementAti(3) == 30);
H A Drbbitst.cpp244 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
247 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
255 if (fActualTags.elementAti(actualIndex) != fExpectedTags.elementAti(expectedIndex)) {
258 fExpectedTags.elementAti(expectedIndex), fActualTags.elementAti(actualIndex));
272 int32_t expected = fExpectedBreakPositions.elementAti(expectedIdx);
273 int32_t actual = fActualBreakPositions.elementAti(actualId
[all...]
H A Dregextst.cpp3511 int32_t start = groupStarts.elementAti(i);
3523 int32_t end = groupEnds.elementAti(i);
3617 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i));
3618 int32_t expectedStartUTF8 = (i >= groupStartsUTF8.size()? -1 : groupStartsUTF8.elementAti(i));
3631 int32_t expectedEnd = (i >= groupEnds.size()? -1 : groupEnds.elementAti(i));
3632 int32_t expectedEndUTF8 = (i >= groupEndsUTF8.size()? -1 : groupEndsUTF8.elementAti(i));
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duvectr32.h104 int32_t elementAti(int32_t index) const;
221 inline int32_t UVector32::elementAti(int32_t index) const { function in class:UVector32
266 return elementAti(count-1);
H A Duvectr64.h103 int64_t elementAti(int32_t index) const;
210 inline int64_t UVector64::elementAti(int32_t index) const { function in class:UVector64
247 return elementAti(count-1);
H A Dustack.cpp50 result = elementAti(n);
H A Drbbitblb.cpp871 nextTagGroupStart += fRB->fRuleStatusVals->elementAti(thisTagGroupStart) + 1;
872 if (thisStatesTagValues->size() != fRB->fRuleStatusVals->elementAti(thisTagGroupStart)) {
881 if (thisStatesTagValues->elementAti(i) !=
882 fRB->fRuleStatusVals->elementAti(thisTagGroupStart + 1 + i) ) {
901 fRB->fRuleStatusVals->addElement(thisStatesTagValues->elementAti(i), *fStatus);
933 int32_t valAtI = vec->elementAti(i);
1128 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col);
1179 RBBIDebugPrintf(" %2d", sd->fDtran->elementAti(c));
1206 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1;
1209 RBBIDebugPrintf(" %5d", tbl->elementAti(
[all...]
H A Dbytestrieiterator.cpp112 int32_t length=stack_->elementAti(stackSize-1);
113 pos=bytes_+stack_->elementAti(stackSize-2);
H A Ducharstrieiterator.cpp111 int32_t length=stack_->elementAti(stackSize-1);
112 pos=uchars_+stack_->elementAti(stackSize-2);
H A Duvector.h139 int32_t elementAti(int32_t index) const;
376 return elementAti(count-1);
H A Drbbirb.cpp211 ruleStatusTable[i] = fRuleStatusVals->elementAti(i);
H A Drbbi.cpp1753 if (startPos < breaks.elementAti(0)) {
1763 if (startPos < breaks.elementAti(0)) {
1767 fCachedBreakPositions[out++] = breaks.elementAti(i);
H A Duvector.cpp190 int32_t UVector::elementAti(int32_t index) const { function in class:UVector

Completed in 381 milliseconds