Home
last modified time | relevance | path

Searched refs:toShift (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dusrchimp.h82 UBool toShift; variable
182 UBool toShift; member
Ducoleitr.cpp195 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()
233 if ((toShift && variableTop > ce && primary != 0) in processCE()
Dusearch.cpp150 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()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp45 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList() local
78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()
/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp856 const int toShift = SkMin32(prec-oldPrec, oldPrec); in replicate_bits() local
857 x = (x << toShift) | (x >> (oldPrec - toShift)); in replicate_bits()
858 oldPrec += toShift; in replicate_bits()