Home | History | Annotate | Download | only in i18n

Lines Matching defs:primShift

6214                     int32_t *primShift, int32_t *secShift, int32_t *terShift)
6238 coll->latinOneCEs[ch] |= (primary1 << *primShift);
6239 *primShift -= 8;
6242 if(*primShift < 0) {
6248 coll->latinOneCEs[ch] |= (primary2 << *primShift);
6249 *primShift -= 8;
6305 int32_t primShift = 24, secShift = 24, terShift = 24;
6311 primShift = 24; secShift = 24; terShift = 24;
6321 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6328 if(primShift < 0 || secShift < 0 || terShift < 0) {
6334 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6370 if(primShift < 0 || secShift < 0 || terShift < 0) {
6376 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6380 if(primShift < 0 || secShift < 0 || terShift < 0) {
6386 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6391 ucol_addLatinOneEntry(coll, (UChar)contractionOffset++, CE, &primShift, &secShift, &terShift);
6399 primShift = 24; secShift = 24; terShift = 24;
6414 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);