Lines Matching refs:order
48 int32_t order;
73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
74 UBool cont = isContinuation(order);
76 order &= strengthMask;
78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
80 order &= UCOL_PRIMARYORDERMASK;
82 order = UCOL_IGNORABLE;
86 if (order == UCOL_IGNORABLE) {
91 order |= UCOL_CONTINUATION_MARKER;
94 add(order, status);
590 // Some Jamo have 24-bit primary order; skip the
593 // a series of Jamo in LVT order.
608 // See if the single Jamo has a 24-bit order.