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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 368 SortKeyLevel secondaries = getSortKeyLevel(levels, Collation.SECONDARY_LEVEL_FLAG); local
485 secondaries.appendByte(SEC_COMMON_MIDDLE);
494 secondaries.appendByte(b);
497 secondaries.appendWeight16(s);
509 secondaries.appendByte(b);
513 secondaries.appendByte(SEC_COMMON_MIDDLE);
521 byte[] secs = secondaries.data();
522 int last = secondaries.length() - 1;
528 secondaries.appendByte(p == Collation.NO_CE_PRIMARY ?
531 secSegmentStart = secondaries.length()
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 358 SortKeyLevel secondaries = getSortKeyLevel(levels, Collation.SECONDARY_LEVEL_FLAG); local
475 secondaries.appendByte(SEC_COMMON_MIDDLE);
484 secondaries.appendByte(b);
487 secondaries.appendWeight16(s);
499 secondaries.appendByte(b);
503 secondaries.appendByte(SEC_COMMON_MIDDLE);
511 byte[] secs = secondaries.data();
512 int last = secondaries.length() - 1;
518 secondaries.appendByte(p == Collation.NO_CE_PRIMARY ?
521 secSegmentStart = secondaries.length()
    [all...]
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 255 SortKeyLevel secondaries; local
367 secondaries.appendByte(SEC_COMMON_MIDDLE);
376 secondaries.appendByte(b);
379 secondaries.appendWeight16(s);
391 secondaries.appendByte(b);
395 secondaries.appendByte(SEC_COMMON_MIDDLE);
403 uint8_t *secs = secondaries.data();
404 int32_t last = secondaries.length() - 1;
414 secondaries.appendByte(p == Collation::NO_CE_PRIMARY ?
417 secSegmentStart = secondaries.length()
    [all...]
collationbuilder.cpp 1390 CollationWeights primaries, secondaries, tertiaries; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 48 private final ArrayList<LocalsArray> secondaries; field in class:LocalsArraySet
60 secondaries = new ArrayList();
64 * Constructs an instance with the specified primary and secondaries set.
67 * @param secondaries {@code non-null;} secondaries set, indexed by subroutine
71 ArrayList<LocalsArray> secondaries) {
75 this.secondaries = secondaries;
87 secondaries = new ArrayList(toCopy.secondaries.size())
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCCollate.java 189 w.secondaries.setBits(needToWrite);
238 .append(w.secondaries)
276 WeightList secondaries = new WeightList(); field in class:POSIX_LCCollate.Weights
285 secondaries.append(CollationElementIterator.secondaryOrder(ce));
293 && secondaries.equals(that.secondaries)
299 + secondaries.hashCode()) * 37
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 424 milliseconds