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

/libcore/luni/src/main/java/libcore/icu/
H A DCollationElementIteratorICU.java145 return (order & SECONDARY_ORDER_MASK_) >> SECONDARY_ORDER_SHIFT_;
196 private static final int SECONDARY_ORDER_MASK_ = 0x0000ff00; field in class:CollationElementIteratorICU

Completed in 56 milliseconds