Searched refs:toShift (Results 1 – 7 of 7) sorted by relevance
493 bigConst toShift, in BnShiftRight() argument507 if(toShift->size > offset) in BnShiftRight()509 finalSize = toShift->size - offset; in BnShiftRight()510 finalSize -= (toShift->d[toShift->size - 1] >> shiftAmount) == 0 ? 1 : 0; in BnShiftRight()520 result->d[i] = (toShift->d[i + offset] >> shiftAmount) in BnShiftRight()521 | (toShift->d[i + offset + 1] << shiftIn); in BnShiftRight()524 result->d[i] = toShift->d[i] >> shiftAmount; in BnShiftRight()
84 UBool toShift; variable184 UBool toShift; member
207 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()245 if ((toShift && variableTop > ce && primary != 0) in processCE()
156 if (strsrch->toShift) { in getCE()2689 result->toShift = in usearch_openFromCollator()3042 strsrch->toShift = in usearch_setCollator()3417 if (strsrch->toShift != shift) { in usearch_reset()3418 strsrch->toShift = shift; in usearch_reset()
197 bigConst toShift,
47 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList() local78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()