Home | History | Annotate | Download | only in i18n

Lines Matching defs:secShift

6164                     int32_t *primShift, int32_t *secShift, int32_t *terShift)
6206 coll->latinOneCEs[coll->latinOneTableLen+ch] |= (secondary << *secShift);
6208 *secShift -= 8;
6254 int32_t primShift = 24, secShift = 24, terShift = 24;
6260 primShift = 24; secShift = 24; terShift = 24;
6270 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6277 if(primShift < 0 || secShift < 0 || terShift < 0) {
6283 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6319 if(primShift < 0 || secShift < 0 || terShift < 0) {
6325 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6329 if(primShift < 0 || secShift < 0 || terShift < 0) {
6335 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6340 ucol_addLatinOneEntry(coll, (UChar)contractionOffset++, CE, &primShift, &secShift, &terShift);
6348 primShift = 24; secShift = 24; terShift = 24;
6363 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);