HomeSort by relevance Sort by last modified time
    Searched refs:LEVEL_SEPARATOR_BYTE (Results 1 - 23 of 23) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 412 == Collation.LEVEL_SEPARATOR_BYTE) {
533 if (m_key_[index] == Collation.LEVEL_SEPARATOR_BYTE
535 == Collation.LEVEL_SEPARATOR_BYTE) {
538 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE;
RuleBasedCollator.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 424 == Collation.LEVEL_SEPARATOR_BYTE) {
546 if (m_key_[index] == Collation.LEVEL_SEPARATOR_BYTE
548 == Collation.LEVEL_SEPARATOR_BYTE) {
551 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE;
RuleBasedCollator.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 330 * Separates levels with the LEVEL_SEPARATOR_BYTE but does not write a TERMINATOR_BYTE.
521 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE);
540 if ((c & 0xc0) == 0 && c > Collation.LEVEL_SEPARATOR_BYTE) {
550 (c > Collation.LEVEL_SEPARATOR_BYTE || !cases.isEmpty())) {
557 if (c <= Collation.LEVEL_SEPARATOR_BYTE) {
565 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
582 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
704 quaternaries.appendByte(Collation.LEVEL_SEPARATOR_BYTE);
707 q = Collation.LEVEL_SEPARATOR_BYTE;
    [all...]
CollationWeights.java 51 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
66 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
Collation.java 36 public static final int LEVEL_SEPARATOR_BYTE = 1;
126 static final int NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 413 Collation::LEVEL_SEPARATOR_BYTE : Collation::MERGE_SEPARATOR_BYTE);
432 if((c & 0xc0) == 0 && c > Collation::LEVEL_SEPARATOR_BYTE) {
441 (c > Collation::LEVEL_SEPARATOR_BYTE || !cases.isEmpty())) {
448 if(c <= Collation::LEVEL_SEPARATOR_BYTE) {
456 if(c > Collation::LEVEL_SEPARATOR_BYTE) {
472 if(c > Collation::LEVEL_SEPARATOR_BYTE) {
588 quaternaries.appendByte(Collation::LEVEL_SEPARATOR_BYTE);
591 q = Collation::LEVEL_SEPARATOR_BYTE;
614 if((lower32 >> 24) == Collation::LEVEL_SEPARATOR_BYTE) { break; } // ce == NO_CE
624 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
    [all...]
collation.cpp 24 const uint8_t Collation::LEVEL_SEPARATOR_BYTE;
collation.h 31 static const uint8_t LEVEL_SEPARATOR_BYTE = 1;
121 static const uint32_t NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE
collationweights.cpp 129 minBytes[3] = Collation::LEVEL_SEPARATOR_BYTE + 1;
145 minBytes[3] = Collation::LEVEL_SEPARATOR_BYTE + 1;
ucol.cpp 259 if(source[sourceIndex] == Collation::LEVEL_SEPARATOR_BYTE) {
rulebasedcollator.cpp     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 326 * Separates levels with the LEVEL_SEPARATOR_BYTE but does not write a TERMINATOR_BYTE.
517 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE);
536 if ((c & 0xc0) == 0 && c > Collation.LEVEL_SEPARATOR_BYTE) {
546 (c > Collation.LEVEL_SEPARATOR_BYTE || !cases.isEmpty())) {
553 if (c <= Collation.LEVEL_SEPARATOR_BYTE) {
561 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
578 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
700 quaternaries.appendByte(Collation.LEVEL_SEPARATOR_BYTE);
703 q = Collation.LEVEL_SEPARATOR_BYTE;
    [all...]
CollationWeights.java 49 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
64 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
Collation.java 34 public static final int LEVEL_SEPARATOR_BYTE = 1;
124 static final int NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 697 || s1 == Collation.LEVEL_SEPARATOR_BYTE
698 || t1 == Collation.LEVEL_SEPARATOR_BYTE || t1 > 0x3f) {
712 if (p2 <= Collation.LEVEL_SEPARATOR_BYTE) {
719 // assert (Collation.LEVEL_SEPARATOR_BYTE == 1);
720 if (p3 == Collation.LEVEL_SEPARATOR_BYTE || p4 == Collation.LEVEL_SEPARATOR_BYTE
721 || s2 == Collation.LEVEL_SEPARATOR_BYTE || t2 == Collation.LEVEL_SEPARATOR_BYTE) {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 693 || s1 == Collation.LEVEL_SEPARATOR_BYTE
694 || t1 == Collation.LEVEL_SEPARATOR_BYTE || t1 > 0x3f) {
708 if (p2 <= Collation.LEVEL_SEPARATOR_BYTE) {
715 // assert (Collation.LEVEL_SEPARATOR_BYTE == 1);
716 if (p3 == Collation.LEVEL_SEPARATOR_BYTE || p4 == Collation.LEVEL_SEPARATOR_BYTE
717 || s2 == Collation.LEVEL_SEPARATOR_BYTE || t2 == Collation.LEVEL_SEPARATOR_BYTE) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 617 s1 == Collation::LEVEL_SEPARATOR_BYTE ||
618 t1 == Collation::LEVEL_SEPARATOR_BYTE || t1 > 0x3f) {
632 if(p2 <= Collation::LEVEL_SEPARATOR_BYTE) {
639 U_ASSERT(Collation::LEVEL_SEPARATOR_BYTE == 1);
640 if(p3 == Collation::LEVEL_SEPARATOR_BYTE || p4 == Collation::LEVEL_SEPARATOR_BYTE ||
641 s2 == Collation::LEVEL_SEPARATOR_BYTE || t2 == Collation::LEVEL_SEPARATOR_BYTE) {
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 918 milliseconds