Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dusrchimp.h84 UBool toShift; variable
184 UBool toShift; member
Ducoleitr.cpp207 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()
245 if ((toShift && variableTop > ce && primary != 0) in processCE()
Dusearch.cpp156 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()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp46 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList() local
77 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()