Home | History | Annotate | Download | only in i18n

Lines Matching defs:secShift

6214                     int32_t *primShift, int32_t *secShift, int32_t *terShift)
6256 coll->latinOneCEs[coll->latinOneTableLen+ch] |= (secondary << *secShift);
6258 *secShift -= 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);