Searched defs:rightIndex (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp115 int32_t rightIndex = 0; local
124 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16;
156 int32_t rightIndex = rightLimit; local
164 while(rightSecondary == 0 && rightIndex > rightStart) {
165 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16;
189 int32_t rightIndex = 0; local
207 ce = right.getCE(rightIndex++);
233 rightCase = (uint32_t)right.getCE(rightIndex++);
256 int32_t rightIndex = 0; local
270 rightLower32 = (uint32_t)right.getCE(rightIndex
[all...]
H A Dcollationfastlatin.cpp106 int32_t leftIndex = 0, rightIndex = 0; local
147 if(rightIndex == rightLength) {
151 UChar32 c = right[rightIndex++];
171 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
199 leftIndex = rightIndex = 0;
228 if(rightIndex == rightLength) {
232 UChar32 c = right[rightIndex++];
247 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
275 leftIndex = rightIndex = 0;
292 if(rightIndex
443 int32_t leftIndex = 0, rightIndex = 0; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp730 uint32_t CE, int32_t leftIndex, int32_t rightIndex, UErrorCode *status)
742 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
744 if(contractions && rightIndex-leftIndex > 1) {
745 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
747 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
764 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
767 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex);
770 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
776 if(rightIndex == bufLen-1) {
782 buffer[rightIndex]
729 addSpecial(contContext *context, UChar *buffer, int32_t bufLen, uint32_t CE, int32_t leftIndex, int32_t rightIndex, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp1396 int32_t rightIndex = *(const int32_t*)right; local
1399 d16->dataOf(rightIndex), d16->lengthOf(rightIndex),
1407 int32_t rightIndex = *(const int32_t*)right; local
1409 int32_t rightHash = ustr_hashUCharsN(d16->dataOf(rightIndex), d16->lengthOf(rightIndex));

Completed in 300 milliseconds