HomeSort by relevance Sort by last modified time
    Searched refs:elementAti (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu4c/i18n/
fpositer.cpp 81 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++));
fphdlimp.cpp 106 vec->setElementAt(delta + vec->elementAti(i), i);
108 vec->setElementAt(delta + vec->elementAti(i), i);
uspoof_conf.cpp 412 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(i+1)
    [all...]
regexcmp.cpp 404 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(savePosition);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
v32test.cpp 100 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(1) == 20)
    [all...]
uvectest.cpp 113 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);
rbbitst.cpp 209 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(actualIdx)
    [all...]
  /external/icu4c/test/intltest/
v32test.cpp 100 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(1) == 20)
    [all...]
uvectest.cpp 113 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);
rbbitst.cpp 239 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(actualIdx)
    [all...]
  /external/icu4c/common/
uvectr64.h 103 int64_t elementAti(int32_t index) const;
210 inline int64_t UVector64::elementAti(int32_t index) const {
247 return elementAti(count-1);
uvectr32.h 104 int32_t elementAti(int32_t index) const;
221 inline int32_t UVector32::elementAti(int32_t index) const {
266 return elementAti(count-1);
ustack.cpp 50 result = elementAti(n);
rbbitblb.cpp 871 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);
    [all...]
uvector.h 156 int32_t elementAti(int32_t index) const;
385 return elementAti(count-1);
rbbirb.cpp 211 ruleStatusTable[i] = fRuleStatusVals->elementAti(i);
  /external/chromium/third_party/icu/source/common/
uvectr32.h 104 int32_t elementAti(int32_t index) const;
221 inline int32_t UVector32::elementAti(int32_t index) const {
266 return elementAti(count-1);
ustack.cpp 50 result = elementAti(n);
rbbitblb.cpp 871 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);
    [all...]
uvector.h 156 int32_t elementAti(int32_t index) const;
385 return elementAti(count-1);
rbbirb.cpp 211 ruleStatusTable[i] = fRuleStatusVals->elementAti(i);
triedict.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildconf.cpp 412 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(i+1)
    [all...]
regexcmp.cpp 258 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);
    [all...]
repattrn.cpp 452 int32_t op = fCompiledPat->elementAti(index);
520 int32_t lengthOp = fCompiledPat->elementAti(index+1);

Completed in 1172 milliseconds

1 2