Searched refs:UCOL_PRIMARYORDER (Results 1 – 5 of 5) sorted by relevance
195 if (UCOL_PRIMARYORDER(ce) != 0) { in serialize()196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce)); in serialize()1230 if ((UCOL_PRIMARYORDER(ce) != 0) && !isContinuation(ce)) { in hasExpansions()
460 return UCOL_PRIMARYORDER(ce) % HASH_TABLE_SIZE; in hash()
414 #define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT) macro
99 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_; in hash()
1567 primary = UCOL_PRIMARYORDER(ce); in checkCEValidity()