Searched refs:primaryOrder (Results 1 – 3 of 3) sorted by relevance
198 static inline int32_t primaryOrder(int32_t order);358 inline int32_t CollationElementIterator::primaryOrder(int32_t order) in primaryOrder() function392 return (primaryOrder(order) == RuleBasedCollator::PRIMIGNORABLE); in isIgnorable()
1160 while (CollationElementIterator::primaryOrder(oStr) == 0 in prefixLength()1166 while (CollationElementIterator::primaryOrder(oPrefix) == 0 in prefixLength()1192 if (CollationElementIterator::primaryOrder(oStr) in prefixLength()1193 != CollationElementIterator::primaryOrder(oPrefix)) { in prefixLength()1427 && CollationElementIterator::primaryOrder(o) == 0) { in allIgnorable()
707 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()708 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()721 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()722 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()762 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()763 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()776 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()777 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()