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

  /external/icu/icu4c/source/i18n/
collationcompare.cpp 113 int32_t leftIndex = 0;
118 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16;
153 int32_t leftIndex = leftLimit;
157 while(leftSecondary == 0 && leftIndex > leftStart) {
158 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
186 int32_t leftIndex = 0;
198 ce = left.getCE(leftIndex++);
225 leftCase = (uint32_t)left.getCE(leftIndex++);
253 int32_t leftIndex = 0;
259 leftLower32 = (uint32_t)left.getCE(leftIndex++)
    [all...]
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...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 98 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...]
CollationFastLatin.java 292 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...]
  /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/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 58 private int leftIndex, rightIndex;
70 leftIndex = l;
116 oc.write(leftIndex, "left_index", 0);
127 leftIndex = ic.readInt("left_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/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/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 596 milliseconds