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

  /external/icu/icu4c/source/i18n/
collationcompare.cpp 114 int32_t rightIndex = 0;
123 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16;
154 int32_t rightIndex = rightLimit;
162 while(rightSecondary == 0 && rightIndex > rightStart) {
163 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16;
187 int32_t rightIndex = 0;
205 ce = right.getCE(rightIndex++);
231 rightCase = (uint32_t)right.getCE(rightIndex++);
254 int32_t rightIndex = 0;
268 rightLower32 = (uint32_t)right.getCE(rightIndex++)
    [all...]
collationfastlatin.cpp 123 int32_t leftIndex = 0, rightIndex = 0;
164 if(rightIndex == rightLength) {
168 UChar32 c = right[rightIndex++];
188 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
216 leftIndex = rightIndex = 0;
245 if(rightIndex == rightLength) {
249 UChar32 c = right[rightIndex++];
264 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
292 leftIndex = rightIndex = 0;
309 if(rightIndex == rightLength)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 99 int rightIndex = 0;
108 rightSecondary = ((int) right.getCE(rightIndex++)) >>> 16;
139 int rightIndex = rightLimit;
147 while (rightSecondary == 0 && rightIndex > rightStart) {
148 rightSecondary = ((int) right.getCE(--rightIndex)) >>> 16;
176 int rightIndex = 0;
194 ce = right.getCE(rightIndex++);
220 rightCase = (int) right.getCE(rightIndex++);
247 int rightIndex = 0;
260 rightLower32 = (int) right.getCE(rightIndex++)
    [all...]
CollationFastLatin.java 292 int leftIndex = startIndex, rightIndex = startIndex;
338 if(rightIndex == right.length()) {
342 int c = right.charAt(rightIndex++);
362 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex);
364 ++rightIndex;
395 leftIndex = rightIndex = startIndex;
428 if(rightIndex == right.length()) {
432 int c = right.charAt(rightIndex++);
447 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex);
449 ++rightIndex;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h 104 const int rightIndex = index + 1;
105 if (rightIndex < mSampledInputSize
106 && existsCodePointInProximityAt(rightIndex, currentCodePoint)) {
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 58 private int leftIndex, rightIndex;
71 rightIndex = r;
117 oc.write(rightIndex, "right_index", 0);
128 rightIndex = ic.readInt("right_index", 0);
209 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
272 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
391 // if ( (node.rightIndex - node.leftIndex) > minTrisPerNode){
399 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2521 milliseconds