Home
last modified time | relevance | path

Searched refs:primaryOrder (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
Dcoleitr.h199 static inline int32_t primaryOrder(int32_t order);
359 inline int32_t CollationElementIterator::primaryOrder(int32_t order) in primaryOrder() function
393 return (primaryOrder(order) == RuleBasedCollator::PRIMIGNORABLE); in isIgnorable()
/external/icu4c/i18n/unicode/
Dcoleitr.h199 static inline int32_t primaryOrder(int32_t order);
359 inline int32_t CollationElementIterator::primaryOrder(int32_t order) in primaryOrder() function
393 return (primaryOrder(order) == RuleBasedCollator::PRIMIGNORABLE); in isIgnorable()
/external/icu4c/i18n/
Dnfrule.cpp1178 while (CollationElementIterator::primaryOrder(oStr) == 0 in prefixLength()
1184 while (CollationElementIterator::primaryOrder(oPrefix) == 0 in prefixLength()
1210 if (CollationElementIterator::primaryOrder(oStr) in prefixLength()
1211 != CollationElementIterator::primaryOrder(oPrefix)) { in prefixLength()
1457 && CollationElementIterator::primaryOrder(o) == 0) { in allIgnorable()
/external/chromium/third_party/icu/source/i18n/
Dnfrule.cpp1178 while (CollationElementIterator::primaryOrder(oStr) == 0 in prefixLength()
1184 while (CollationElementIterator::primaryOrder(oPrefix) == 0 in prefixLength()
1210 if (CollationElementIterator::primaryOrder(oStr) in prefixLength()
1211 != CollationElementIterator::primaryOrder(oPrefix)) { in prefixLength()
1457 && CollationElementIterator::primaryOrder(o) == 0) { in allIgnorable()
/external/icu4c/test/intltest/
Dapicoll.cpp718 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
719 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
732 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
733 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
773 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
774 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
787 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
788 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
/external/chromium/third_party/icu/source/test/intltest/
Dapicoll.cpp718 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
719 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
732 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
733 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
773 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
774 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
787 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
788 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()