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()
1135 relation = Collation.ZERO_LEVEL;1629 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1138 relation = Collation.ZERO_LEVEL;1632 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1051 relation = Collation::ZERO_LEVEL; in parseRelationAndString()1774 … UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS; in checkCompareStrings()