Searched refs:primShift (Results 1 – 1 of 1) sorted by relevance
6334 int32_t *primShift, int32_t *secShift, int32_t *terShift) { in ucol_addLatinOneEntry() argument6352 coll->latinOneCEs[ch] |= (primary1 << *primShift); in ucol_addLatinOneEntry()6353 *primShift -= 8; in ucol_addLatinOneEntry()6356 if(*primShift < 0) { in ucol_addLatinOneEntry()6362 coll->latinOneCEs[ch] |= (primary2 << *primShift); in ucol_addLatinOneEntry()6363 *primShift -= 8; in ucol_addLatinOneEntry()6414 int32_t primShift = 24, secShift = 24, terShift = 24; in ucol_setUpLatinOne() local6420 primShift = 24; secShift = 24; terShift = 24; in ucol_setUpLatinOne()6430 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift); in ucol_setUpLatinOne()6437 if(primShift < 0 || secShift < 0 || terShift < 0) { in ucol_setUpLatinOne()[all …]