Searched refs:UCOL_PRIMARYORDERMASK (Results 1 – 5 of 5) sorted by relevance
67 strengthMask |= UCOL_PRIMARYORDERMASK; in CEList()77 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()79 order &= UCOL_PRIMARYORDERMASK; in CEList()
377 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()