Home | History | Annotate | Download | only in i18n

Lines Matching defs:primShift

6240                     int32_t *primShift, int32_t *secShift, int32_t *terShift)
6264 coll->latinOneCEs[ch] |= (primary1 << *primShift);
6265 *primShift -= 8;
6268 if(*primShift < 0) {
6274 coll->latinOneCEs[ch] |= (primary2 << *primShift);
6275 *primShift -= 8;
6331 int32_t primShift = 24, secShift = 24, terShift = 24;
6337 primShift = 24; secShift = 24; terShift = 24;
6347 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6354 if(primShift < 0 || secShift < 0 || terShift < 0) {
6360 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6396 if(primShift < 0 || secShift < 0 || terShift < 0) {
6402 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6406 if(primShift < 0 || secShift < 0 || terShift < 0) {
6412 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6417 ucol_addLatinOneEntry(coll, (UChar)contractionOffset++, CE, &primShift, &secShift, &terShift);
6425 primShift = 24; secShift = 24; terShift = 24;
6440 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);