Home | History | Annotate | Download | only in i18n

Lines Matching full:order

57     int32_t order;
87 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
88 UBool cont = isContinuation(order);
90 order &= strengthMask;
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
94 order &= UCOL_PRIMARYORDERMASK;
96 order = UCOL_IGNORABLE;
100 if (order == UCOL_IGNORABLE) {
105 order |= UCOL_CONTINUATION_MARKER;
108 add(order, status);
955 // Some Jamo have 24-bit primary order; skip the
958 // a series of Jamo in LVT order.
973 // See if the single Jamo has a 24-bit order.