Home | History | Annotate | Download | only in i18n

Lines Matching refs:primShift

6555                     int32_t *primShift, int32_t *secShift, int32_t *terShift)
6574 coll->latinOneCEs[ch] |= (primary1 << *primShift);
6575 *primShift -= 8;
6578 if(*primShift < 0) {
6584 coll->latinOneCEs[ch] |= (primary2 << *primShift);
6585 *primShift -= 8;
6640 int32_t primShift = 24, secShift = 24, terShift = 24;
6646 primShift = 24; secShift = 24; terShift = 24;
6656 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6663 if(primShift < 0 || secShift < 0 || terShift < 0) {
6669 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6705 if(primShift < 0 || secShift < 0 || terShift < 0) {
6711 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6715 if(primShift < 0 || secShift < 0 || terShift < 0) {
6721 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6726 ucol_addLatinOneEntry(coll, (UChar)contractionOffset++, CE, &primShift, &secShift, &terShift);
6734 primShift = 24; secShift = 24; terShift = 24;
6749 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);