Searched refs:ZERO_LEVEL (Results 1 – 7 of 7) sorted by relevance
140 public static final int ZERO_LEVEL = 7; field in Collation
138 public static final int ZERO_LEVEL = 7; field in Collation
135 ZERO_LEVEL enumerator
1480 state[0] = (uint32_t)Collation::ZERO_LEVEL; in internalNextSortKeyPart()
1148 relation = Collation.ZERO_LEVEL;1642 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1152 relation = Collation.ZERO_LEVEL;1646 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1053 relation = Collation::ZERO_LEVEL; in parseRelationAndString()1778 … UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS; in checkCompareStrings()