Searched refs:ZERO_LEVEL (Results 1 – 11 of 11) 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()
1483 state[0] = (uint32_t)Collation::ZERO_LEVEL; in internalNextSortKeyPart()
1485 state[0] = (uint32_t)Collation::ZERO_LEVEL; in internalNextSortKeyPart()
1138 relation = Collation.ZERO_LEVEL;1630 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1135 relation = Collation.ZERO_LEVEL;1627 … int expectedOrder = (relation == Collation.ZERO_LEVEL) ? Collation.EQUAL : Collation.LESS;
1056 relation = Collation::ZERO_LEVEL; in parseRelationAndString()1779 … UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS; in checkCompareStrings()