HomeSort by relevance Sort by last modified time
    Searched defs:rightIndex (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
collationcompare.cpp 115 int32_t rightIndex = 0;
124 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16;
156 int32_t rightIndex = rightLimit;
164 while(rightSecondary == 0 && rightIndex > rightStart) {
165 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16;
189 int32_t rightIndex = 0;
207 ce = right.getCE(rightIndex++);
233 rightCase = (uint32_t)right.getCE(rightIndex++);
256 int32_t rightIndex = 0;
270 rightLower32 = (uint32_t)right.getCE(rightIndex++)
    [all...]
collationfastlatin.cpp 106 int32_t leftIndex = 0, rightIndex = 0;
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 == rightLength)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h 103 const int rightIndex = index + 1;
104 if (rightIndex < mSampledInputSize
105 && existsCodePointInProximityAt(rightIndex, currentCodePoint)) {
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 415 milliseconds