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

/external/icu4c/i18n/
H A Ducol.cpp6741 int32_t *primShift, int32_t *secShift, int32_t *terShift)
6760 coll->latinOneCEs[ch] |= (primary1 << *primShift);
6761 *primShift -= 8;
6764 if(*primShift < 0) {
6770 coll->latinOneCEs[ch] |= (primary2 << *primShift);
6771 *primShift -= 8;
6826 int32_t primShift = 24, secShift = 24, terShift = 24; local
6832 primShift = 24; secShift = 24; terShift = 24;
6842 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6849 if(primShift <
6740 ucol_addLatinOneEntry(UCollator *coll, UChar ch, uint32_t CE, int32_t *primShift, int32_t *secShift, int32_t *terShift) argument
[all...]

Completed in 36 milliseconds