Searched defs:primaryOrder (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dcoleitr.h69 * functions primaryOrder(), secondaryOrder(), and tertiaryOrder() return
199 static inline int32_t primaryOrder(int32_t order);
359 inline int32_t CollationElementIterator::primaryOrder(int32_t order) function in class:CollationElementIterator
393 return (primaryOrder(order) == RuleBasedCollator::PRIMIGNORABLE);
/external/icu4c/i18n/unicode/
H A Dcoleitr.h69 * functions primaryOrder(), secondaryOrder(), and tertiaryOrder() return
199 static inline int32_t primaryOrder(int32_t order);
359 inline int32_t CollationElementIterator::primaryOrder(int32_t order) function in class:CollationElementIterator
393 return (primaryOrder(order) == RuleBasedCollator::PRIMIGNORABLE);

Completed in 44 milliseconds