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

  /external/icu/icu4c/source/i18n/
collationdata.h 61 ce32sLength(0), cesLength(0), contextsLength(0),
199 int32_t cesLength;
collationbuilder.h 309 int32_t cesLength;
usrchimp.h 155 int32_t cesLength;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 53 cesLength = 0;
116 cesLength = 1;
121 cesLength = dataBuilder.getCEs(nfdString, ces, 0);
122 if(cesLength > Collation.MAX_EXPANSION_LENGTH) {
232 strength = ceStrength(ces[cesLength - 1]);
234 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength);
483 assert(cesLength > 0);
484 long ce = ces[cesLength - 1];
502 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);
507 int cesLengthBeforeExtension = cesLength;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 49 cesLength = 0;
112 cesLength = 1;
117 cesLength = dataBuilder.getCEs(nfdString, ces, 0);
118 if(cesLength > Collation.MAX_EXPANSION_LENGTH) {
228 strength = ceStrength(ces[cesLength - 1]);
230 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength);
479 assert(cesLength > 0);
480 long ce = ces[cesLength - 1];
498 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);
503 int cesLengthBeforeExtension = cesLength;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 

Completed in 253 milliseconds