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

  /external/icu/icu4c/source/i18n/
collationkeys.cpp 594 if((lower32 >> 24) == Collation::LEVEL_SEPARATOR_BYTE) { break; } // ce == NO_CE
604 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
646 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
677 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
684 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
collation.h 31 static const uint8_t LEVEL_SEPARATOR_BYTE = 1;
119 static const uint32_t NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE
ucol.cpp 259 if(source[sourceIndex] == Collation::LEVEL_SEPARATOR_BYTE) {
rulebasedcollator.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 628 if(p2 <= Collation::LEVEL_SEPARATOR_BYTE) {
635 U_ASSERT(Collation::LEVEL_SEPARATOR_BYTE == 1);
636 if(p3 == Collation::LEVEL_SEPARATOR_BYTE || p4 == Collation::LEVEL_SEPARATOR_BYTE ||
637 s2 == Collation::LEVEL_SEPARATOR_BYTE || t2 == Collation::LEVEL_SEPARATOR_BYTE) {
    [all...]

Completed in 199 milliseconds