Searched refs:toShift (Results 1 – 5 of 5) sorted by relevance
82 UBool toShift; variable182 UBool toShift; member
195 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()233 if ((toShift && variableTop > ce && primary != 0) in processCE()
150 if (strsrch->toShift) { in getCE()2683 result->toShift = in usearch_openFromCollator()3036 strsrch->toShift = in usearch_setCollator()3411 if (strsrch->toShift != shift) { in usearch_reset()3412 strsrch->toShift = shift; in usearch_reset()
45 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()
856 const int toShift = SkMin32(prec-oldPrec, oldPrec); in replicate_bits() local857 x = (x << toShift) | (x >> (oldPrec - toShift)); in replicate_bits()858 oldPrec += toShift; in replicate_bits()