Searched refs:UCOL_PRIMARYORDERMASK (Results 1 – 6 of 6) sorted by relevance
68 strengthMask |= UCOL_PRIMARYORDERMASK; in CEList()78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()80 order &= UCOL_PRIMARYORDERMASK; in CEList()
387 strengthMask |= UCOL_PRIMARYORDERMASK; in OrderList()
24 #define UCOL_PRIMARYORDERMASK 0xffff0000 macro
416 } while (U_SUCCESS(*status) && ((ce & UCOL_PRIMARYORDERMASK) == 0 || isContinuation(ce))); in previousProcessed()
70 return UCOL_PRIMARYORDERMASK; in getMask()72 return UCOL_SECONDARYORDERMASK | UCOL_PRIMARYORDERMASK; in getMask()75 UCOL_PRIMARYORDERMASK; in getMask()164 sourcece &= UCOL_PRIMARYORDERMASK; in getCE()