Searched refs:toShift (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/i18n/
H A Dusrchimp.h75 UBool toShift; member in struct:UStringSearch
H A Dbmsearch.cpp82 UBool toShift; member in class:Target
96 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
101 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
203 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
252 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
H A Ducoleitr.cpp207 UBool toShift; member in struct:UCollationPCE
232 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
274 if ((elems->pce->toShift && elems->pce->variableTop > ce && primary != 0)
515 // UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED;
H A Dcolldata.cpp55 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; local
93 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
H A Dusearch.cpp160 if (strsrch->toShift) {
2698 result->toShift =
3026 strsrch->toShift =
3405 if (strsrch->toShift != shift) {
3406 strsrch->toShift = shift;
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp453 IntSize toShift() const { return IntSize(m_bmpRect.left - m_origRect.x(), m_bmpRect.top - m_origRect.y()); } function in class:WebCore::TransparentLayerDC
639 trRect.move(transparentDC.toShift());
688 trPoint1 += transparentDC.toShift();
689 trPoint2 += transparentDC.toShift();
714 trRect.move(transparentDC.toShift());
796 trRect.move(transparentDC.toShift());
894 winPoints[i].x += transparentDC.toShift().width();
895 winPoints[i].y += transparentDC.toShift().height();
1018 trRect.move(transparentDC.toShift());
1095 trRect.move(transparentDC.toShift());
[all...]

Completed in 142 milliseconds