Searched refs:ZERO_LEVEL (Results 1 – 7 of 7) sorted by relevance
142 public static final int ZERO_LEVEL = 7; field in Collation
140 public static final int ZERO_LEVEL = 7; field in Collation
137 ZERO_LEVEL enumerator
1482 state[0] = (uint32_t)Collation::ZERO_LEVEL; in internalNextSortKeyPart()
1133 relation = Collation.ZERO_LEVEL;1627 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1132 relation = Collation.ZERO_LEVEL;1626 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1055 relation = Collation::ZERO_LEVEL; in parseRelationAndString()1780 … UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS; in checkCompareStrings()