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

12

/external/icu4c/i18n/
H A Dfpositer.cpp81 if (adopt->elementAti(i) >= adopt->elementAti(i+1)) {
107 fp.setField(data->elementAti(pos++));
108 fp.setBeginIndex(data->elementAti(pos++));
109 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.cpp412 int32_t key = fKeyVec->elementAti(i);
433 uint32_t value = static_cast<uint32_t>(fValueVec->elementAti(i));
473 uint32_t offset = static_cast<uint32_t>(fStringLengthsTable->elementAti(i));
474 uint32_t length = static_cast<uint32_t>(fStringLengthsTable->elementAti(i+1));
520 int32_t key = fKeyVec->elementAti(i);
559 int32_t previousKey = fKeyVec->elementAti(previousKeyIndex);
568 int32_t key = fKeyVec->elementAti(index);
569 int32_t value = fValueVec->elementAti(index);
582 lastIndexWithLen = fStringLengthsTable->elementAti(i);
584 length = fStringLengthsTable->elementAti(
[all...]
H A Dregexcmp.cpp404 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(savePosition);
768 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
911 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
1955 int32_t op = (int32_t)code->elementAti(loc);
1976 int32_t x = fParenStack.elementAti(loc);
2019 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP);
2028 /*int32_t opAtTheLoc = fRXPat->fCompiledPat->elementAti(theLoc);*/
2073 patOp = (int32_t)fRXPat->fCompiledPat->elementAti(patIdx);
2101 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2114 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenPare
[all...]
/external/chromium/third_party/icu/source/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.cpp209 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
212 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
220 if (fActualTags.elementAti(actualIndex) != fExpectedTags.elementAti(expectedIndex)) {
223 fExpectedTags.elementAti(expectedIndex), fActualTags.elementAti(actualIndex));
237 int32_t expected = fExpectedBreakPositions.elementAti(expectedIdx);
238 int32_t actual = fActualBreakPositions.elementAti(actualId
[all...]
/external/icu4c/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.cpp239 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
242 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
250 if (fActualTags.elementAti(actualIndex) != fExpectedTags.elementAti(expectedIndex)) {
253 fExpectedTags.elementAti(expectedIndex), fActualTags.elementAti(actualIndex));
267 int32_t expected = fExpectedBreakPositions.elementAti(expectedIdx);
268 int32_t actual = fActualBreakPositions.elementAti(actualId
[all...]
/external/chromium/third_party/icu/source/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 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);
1146 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col);
1197 RBBIDebugPrintf(" %2d", sd->fDtran->elementAti(c));
1224 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1;
1227 RBBIDebugPrintf(" %5d", tbl->elementAti(
[all...]
H A Duvector.h156 int32_t elementAti(int32_t index) const;
385 return elementAti(count-1);
H A Drbbirb.cpp211 ruleStatusTable[i] = fRuleStatusVals->elementAti(i);
H A Dtriedict.cpp1050 if(translate.elementAti(((BuildCompactTrieNode *)fLinks[i])->fNodeID) > 0xFFFF){
1062 entry->equal = translate.elementAti(((BuildCompactTrieNode *)fLinks[i])->fNodeID);
1100 uint16_t leftmostBits = (uint16_t) (translate.elementAti(((BuildCompactTrieNode *)fLinks[i])->fNodeID) >> 16);
1146 fEqualOverflows = (translate.elementAti(fEqual->fNodeID) > 0xFFFF);
1148 node->equal = translate.elementAti(fEqual->fNodeID);
1161 *((uint16_t *)(bytes+offset)) = (translate.elementAti(fEqual->fNodeID) >> 16);
1577 header->root = translate.elementAti(root->fNodeID);
/external/icu4c/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 Duvector.h156 int32_t elementAti(int32_t index) const;
385 return elementAti(count-1);
H A Drbbirb.cpp211 ruleStatusTable[i] = fRuleStatusVals->elementAti(i);
/external/chromium/third_party/icu/source/i18n/
H A Duspoof_buildconf.cpp412 int32_t key = fKeyVec->elementAti(i);
433 uint32_t value = static_cast<uint32_t>(fValueVec->elementAti(i));
473 uint32_t offset = static_cast<uint32_t>(fStringLengthsTable->elementAti(i));
474 uint32_t length = static_cast<uint32_t>(fStringLengthsTable->elementAti(i+1));
520 int32_t key = fKeyVec->elementAti(i);
559 int32_t previousKey = fKeyVec->elementAti(previousKeyIndex);
568 int32_t key = fKeyVec->elementAti(index);
569 int32_t value = fValueVec->elementAti(index);
582 lastIndexWithLen = fStringLengthsTable->elementAti(i);
584 length = fStringLengthsTable->elementAti(
[all...]
H A Dregexcmp.cpp258 int32_t op = fRXPat->fCompiledPat->elementAti(loc);
266 where = fRXPat->fGroupMap->elementAti(where-1);
397 int32_t op = fRXPat->fCompiledPat->elementAti(savePosition);
761 int32_t repeatedOp = fRXPat->fCompiledPat->elementAti(topLoc);
904 int32_t repeatedOp = fRXPat->fCompiledPat->elementAti(topLoc);
1948 int32_t op = code->elementAti(loc);
1969 int32_t x = fParenStack.elementAti(loc);
2012 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP);
2021 /*int32_t opAtTheLoc = fRXPat->fCompiledPat->elementAti(theLoc);*/
2066 patOp = fRXPat->fCompiledPat->elementAti(patId
[all...]
H A Drepattrn.cpp452 int32_t op = fCompiledPat->elementAti(index);
520 int32_t lengthOp = fCompiledPat->elementAti(index+1);

Completed in 876 milliseconds

12