Searched refs:leftIndex (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp121 int32_t leftIndex = 0, rightIndex = 0; local
131 if(leftIndex == leftLength) {
135 UChar32 c = left[leftIndex++];
155 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
214 leftIndex = rightIndex = 0;
218 if(leftIndex == leftLength) {
222 UChar32 c = left[leftIndex++];
237 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
290 leftIndex = rightIndex = 0;
294 if(leftIndex
457 int32_t leftIndex = 0, rightIndex = 0; local
[all...]
H A Dcollationcompare.cpp112 int32_t leftIndex = 0; local
117 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16;
152 int32_t leftIndex = leftLimit; local
156 while(leftSecondary == 0 && leftIndex > leftStart) {
157 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
185 int32_t leftIndex = 0; local
197 ce = left.getCE(leftIndex++);
224 leftCase = (uint32_t)left.getCE(leftIndex++);
252 int32_t leftIndex = 0; local
258 leftLower32 = (uint32_t)left.getCE(leftIndex
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationCompare.java102 int leftIndex = 0;
107 leftSecondary = ((int) left.getCE(leftIndex++)) >>> 16;
142 int leftIndex = leftLimit;
146 while (leftSecondary == 0 && leftIndex > leftStart) {
147 leftSecondary = ((int) left.getCE(--leftIndex)) >>> 16;
179 int leftIndex = 0;
191 ce = left.getCE(leftIndex++);
218 leftCase = (int) left.getCE(leftIndex++);
250 int leftIndex = 0;
256 leftLower32 = (int) left.getCE(leftIndex
[all...]
H A DCollationFastLatin.java296 int leftIndex = startIndex, rightIndex = startIndex;
306 if(leftIndex == left.length()) {
310 int c = left.charAt(leftIndex++);
330 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex);
332 ++leftIndex;
399 leftIndex = rightIndex = startIndex;
403 if(leftIndex == left.length()) {
407 int c = left.charAt(leftIndex++);
422 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex);
424 ++leftIndex;
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationCompare.java98 int leftIndex = 0;
103 leftSecondary = ((int) left.getCE(leftIndex++)) >>> 16;
138 int leftIndex = leftLimit;
142 while (leftSecondary == 0 && leftIndex > leftStart) {
143 leftSecondary = ((int) left.getCE(--leftIndex)) >>> 16;
175 int leftIndex = 0;
187 ce = left.getCE(leftIndex++);
214 leftCase = (int) left.getCE(leftIndex++);
246 int leftIndex = 0;
252 leftLower32 = (int) left.getCE(leftIndex
[all...]
H A DCollationFastLatin.java292 int leftIndex = startIndex, rightIndex = startIndex;
302 if(leftIndex == left.length()) {
306 int c = left.charAt(leftIndex++);
326 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex);
328 ++leftIndex;
395 leftIndex = rightIndex = startIndex;
399 if(leftIndex == left.length()) {
403 int c = left.charAt(leftIndex++);
418 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex);
420 ++leftIndex;
[all...]
/external/v8/src/js/
H A Dtypedarray.js386 for (var leftIndex = 0;
387 leftIndex < sourceLength && targetPtr <= sourcePtr;
388 leftIndex++) {
389 target[offset + leftIndex] = source[leftIndex];
393 return leftIndex;
395 var leftIndex = CopyLeftPart();
407 rightIndex >= leftIndex && targetPtr >= sourcePtr;
417 var temp = new GlobalArray(rightIndex + 1 - leftIndex);
418 for (var i = leftIndex;
[all...]
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp1274 int32_t leftIndex = *(const int32_t*)left; local
1277 return ac.coll.compare(d16->dataOf(leftIndex), d16->lengthOf(leftIndex),
1285 int32_t leftIndex = *(const int32_t*)left; local
1287 int32_t leftHash = ustr_hashUCharsN(d16->dataOf(leftIndex), d16->lengthOf(leftIndex));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 277 milliseconds