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

/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp114 int32_t leftIndex = 0; local
119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16;
155 int32_t leftIndex = leftLimit; local
159 while(leftSecondary == 0 && leftIndex > leftStart) {
160 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
188 int32_t leftIndex = 0; local
200 ce = left.getCE(leftIndex++);
227 leftCase = (uint32_t)left.getCE(leftIndex++);
255 int32_t leftIndex = 0; local
261 leftLower32 = (uint32_t)left.getCE(leftIndex
[all...]
H A Dcollationfastlatin.cpp106 int32_t leftIndex = 0, rightIndex = 0; local
116 if(leftIndex == leftLength) {
120 UChar32 c = left[leftIndex++];
140 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
199 leftIndex = rightIndex = 0;
203 if(leftIndex == leftLength) {
207 UChar32 c = left[leftIndex++];
222 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
275 leftIndex = rightIndex = 0;
279 if(leftIndex
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);
755 if(leftIndex == 0) {
759 --leftIndex;
762 buffer[leftIndex]
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.cpp1395 int32_t leftIndex = *(const int32_t*)left; local
1398 return ac.coll.compare(d16->dataOf(leftIndex), d16->lengthOf(leftIndex),
1406 int32_t leftIndex = *(const int32_t*)left; local
1408 int32_t leftHash = ustr_hashUCharsN(d16->dataOf(leftIndex), d16->lengthOf(leftIndex));

Completed in 428 milliseconds