Searched defs:UCOL_PRIMARYORDERSHIFT (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Ducol_imp.h402 #define UCOL_PRIMARYORDERSHIFT 16 macro
414 #define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT)
H A Ducol.cpp3211 CE = (((numTempBuf[0] << 8) | numTempBuf[1]) << UCOL_PRIMARYORDERSHIFT) | //Primary weight
3220 *(source->CEpos++) = (primWeight << UCOL_PRIMARYORDERSHIFT) | UCOL_CONTINUATION_MARKER;
3978 *(source->CEpos++) = (((numTempBuf[0] << 8) | numTempBuf[1]) << UCOL_PRIMARYORDERSHIFT) | //Primary weight
3986 *(source->CEpos++) = (primWeight << UCOL_PRIMARYORDERSHIFT) | UCOL_CONTINUATION_MARKER;
5638 CE >>= UCOL_PRIMARYORDERSHIFT; /* get primary */ local

Completed in 68 milliseconds