Home
last modified time | relevance | path

Searched refs:UCOL_PRIMARYORDER (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/tools/dumpce/
Ddumpce.cpp195 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()
/external/icu4c/i18n/
Dbmsearch.cpp460 return UCOL_PRIMARYORDER(ce) % HASH_TABLE_SIZE; in hash()
Ducol_imp.h414 #define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT) macro
Dusearch.cpp99 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_; in hash()
/external/icu4c/test/cintltst/
Dcitertst.c1567 primary = UCOL_PRIMARYORDER(ce); in checkCEValidity()