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

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 332 * Separates levels with the LEVEL_SEPARATOR_BYTE but does not write a TERMINATOR_BYTE.
523 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE);
542 if ((c & 0xc0) == 0 && c > Collation.LEVEL_SEPARATOR_BYTE) {
552 (c > Collation.LEVEL_SEPARATOR_BYTE || !cases.isEmpty())) {
559 if (c <= Collation.LEVEL_SEPARATOR_BYTE) {
567 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
584 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
706 quaternaries.appendByte(Collation.LEVEL_SEPARATOR_BYTE);
709 q = Collation.LEVEL_SEPARATOR_BYTE;
    [all...]
CollationWeights.java 53 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
68 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
Collation.java 38 public static final int LEVEL_SEPARATOR_BYTE = 1;
128 static final int NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 415 Collation::LEVEL_SEPARATOR_BYTE : Collation::MERGE_SEPARATOR_BYTE);
434 if((c & 0xc0) == 0 && c > Collation::LEVEL_SEPARATOR_BYTE) {
443 (c > Collation::LEVEL_SEPARATOR_BYTE || !cases.isEmpty())) {
450 if(c <= Collation::LEVEL_SEPARATOR_BYTE) {
458 if(c > Collation::LEVEL_SEPARATOR_BYTE) {
474 if(c > Collation::LEVEL_SEPARATOR_BYTE) {
590 quaternaries.appendByte(Collation::LEVEL_SEPARATOR_BYTE);
593 q = Collation::LEVEL_SEPARATOR_BYTE;
616 if((lower32 >> 24) == Collation::LEVEL_SEPARATOR_BYTE) { break; } // ce == NO_CE
626 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
    [all...]
collation.cpp 26 const uint8_t Collation::LEVEL_SEPARATOR_BYTE;
collation.h 33 static const uint8_t LEVEL_SEPARATOR_BYTE = 1;
123 static const uint32_t NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE
collationweights.cpp 131 minBytes[3] = Collation::LEVEL_SEPARATOR_BYTE + 1;
147 minBytes[3] = Collation::LEVEL_SEPARATOR_BYTE + 1;
ucol.cpp 261 if(source[sourceIndex] == Collation::LEVEL_SEPARATOR_BYTE) {
rulebasedcollator.cpp     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 328 * Separates levels with the LEVEL_SEPARATOR_BYTE but does not write a TERMINATOR_BYTE.
519 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE);
538 if ((c & 0xc0) == 0 && c > Collation.LEVEL_SEPARATOR_BYTE) {
548 (c > Collation.LEVEL_SEPARATOR_BYTE || !cases.isEmpty())) {
555 if (c <= Collation.LEVEL_SEPARATOR_BYTE) {
563 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
580 if (c > Collation.LEVEL_SEPARATOR_BYTE) {
702 quaternaries.appendByte(Collation.LEVEL_SEPARATOR_BYTE);
705 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/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 419 == Collation.LEVEL_SEPARATOR_BYTE) {
540 if (m_key_[index] == Collation.LEVEL_SEPARATOR_BYTE
542 == Collation.LEVEL_SEPARATOR_BYTE) {
545 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE;
RuleBasedCollator.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 430 == Collation.LEVEL_SEPARATOR_BYTE) {
552 if (m_key_[index] == Collation.LEVEL_SEPARATOR_BYTE
554 == Collation.LEVEL_SEPARATOR_BYTE) {
557 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE;
RuleBasedCollator.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 681 || s1 == Collation.LEVEL_SEPARATOR_BYTE
682 || t1 == Collation.LEVEL_SEPARATOR_BYTE || t1 > 0x3f) {
696 if (p2 <= Collation.LEVEL_SEPARATOR_BYTE) {
703 // assert (Collation.LEVEL_SEPARATOR_BYTE == 1);
704 if (p3 == Collation.LEVEL_SEPARATOR_BYTE || p4 == Collation.LEVEL_SEPARATOR_BYTE
705 || 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 678 || s1 == Collation.LEVEL_SEPARATOR_BYTE
679 || t1 == Collation.LEVEL_SEPARATOR_BYTE || t1 > 0x3f) {
693 if (p2 <= Collation.LEVEL_SEPARATOR_BYTE) {
700 // assert (Collation.LEVEL_SEPARATOR_BYTE == 1);
701 if (p3 == Collation.LEVEL_SEPARATOR_BYTE || p4 == Collation.LEVEL_SEPARATOR_BYTE
702 || s2 == Collation.LEVEL_SEPARATOR_BYTE || t2 == Collation.LEVEL_SEPARATOR_BYTE) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 615 s1 == Collation::LEVEL_SEPARATOR_BYTE ||
616 t1 == Collation::LEVEL_SEPARATOR_BYTE || t1 > 0x3f) {
630 if(p2 <= Collation::LEVEL_SEPARATOR_BYTE) {
637 U_ASSERT(Collation::LEVEL_SEPARATOR_BYTE == 1);
638 if(p3 == Collation::LEVEL_SEPARATOR_BYTE || p4 == Collation::LEVEL_SEPARATOR_BYTE ||
639 s2 == Collation::LEVEL_SEPARATOR_BYTE || t2 == Collation::LEVEL_SEPARATOR_BYTE) {
    [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 

Completed in 1051 milliseconds

1 2