Searched refs:PRIMARY_ORDER_MASK_ (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DCollationElementIteratorICU.java134 return ((order & PRIMARY_ORDER_MASK_) >> PRIMARY_ORDER_SHIFT_) &
192 private static final int PRIMARY_ORDER_MASK_ = 0xffff0000; field in class:CollationElementIteratorICU

Completed in 122 milliseconds