HomeSort by relevance Sort by last modified time
    Searched refs:leftIndex (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 123 int32_t leftIndex = 0, rightIndex = 0;
133 if(leftIndex == leftLength) {
137 UChar32 c = left[leftIndex++];
157 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
216 leftIndex = rightIndex = 0;
220 if(leftIndex == leftLength) {
224 UChar32 c = left[leftIndex++];
239 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
292 leftIndex = rightIndex = 0;
296 if(leftIndex == leftLength)
    [all...]
collationcompare.cpp 114 int32_t leftIndex = 0;
119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16;
154 int32_t leftIndex = leftLimit;
158 while(leftSecondary == 0 && leftIndex > leftStart) {
159 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
187 int32_t leftIndex = 0;
199 ce = left.getCE(leftIndex++);
226 leftCase = (uint32_t)left.getCE(leftIndex++);
254 int32_t leftIndex = 0;
260 leftLower32 = (uint32_t)left.getCE(leftIndex++)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 104 int leftIndex = 0;
109 leftSecondary = ((int) left.getCE(leftIndex++)) >>> 16;
144 int leftIndex = leftLimit;
148 while (leftSecondary == 0 && leftIndex > leftStart) {
149 leftSecondary = ((int) left.getCE(--leftIndex)) >>> 16;
181 int leftIndex = 0;
193 ce = left.getCE(leftIndex++);
220 leftCase = (int) left.getCE(leftIndex++);
252 int leftIndex = 0;
258 leftLower32 = (int) left.getCE(leftIndex++)
    [all...]
CollationFastLatin.java 300 int leftIndex = startIndex, rightIndex = startIndex;
310 if(leftIndex == left.length()) {
314 int c = left.charAt(leftIndex++);
334 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex);
336 ++leftIndex;
403 leftIndex = rightIndex = startIndex;
407 if(leftIndex == left.length()) {
411 int c = left.charAt(leftIndex++);
426 long pairAndInc = nextPair(table, c, leftPair, left, leftIndex);
428 ++leftIndex;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 100 int leftIndex = 0;
105 leftSecondary = ((int) left.getCE(leftIndex++)) >>> 16;
140 int leftIndex = leftLimit;
144 while (leftSecondary == 0 && leftIndex > leftStart) {
145 leftSecondary = ((int) left.getCE(--leftIndex)) >>> 16;
177 int leftIndex = 0;
189 ce = left.getCE(leftIndex++);
216 leftCase = (int) left.getCE(leftIndex++);
248 int leftIndex = 0;
254 leftLower32 = (int) left.getCE(leftIndex++)
    [all...]
CollationFastLatin.java 296 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...]
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetCityViewsFactory.java 109 final int leftIndex = position * 2 + homeClockOffset;
110 final int rightIndex = leftIndex + 1;
112 final City left = leftIndex == -1 ? mHomeCity :
113 (leftIndex < mCities.size() ? mCities.get(leftIndex) : null);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h 100 const int leftIndex = index - 1;
101 if (leftIndex >= 0 && existsCodePointInProximityAt(leftIndex, currentCodePoint)) {
  /external/v8/src/js/
typedarray.js 350 for (var leftIndex = 0;
351 leftIndex < sourceLength && targetPtr <= sourcePtr;
352 leftIndex++) {
353 target[offset + leftIndex] = source[leftIndex];
357 return leftIndex;
359 var leftIndex = CopyLeftPart();
371 rightIndex >= leftIndex && targetPtr >= sourcePtr;
381 var temp = new GlobalArray(rightIndex + 1 - leftIndex);
382 for (var i = leftIndex; i <= rightIndex; i++)
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java     [all...]
  /frameworks/base/core/java/android/net/
NetworkStats.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 

Completed in 1220 milliseconds