HomeSort by relevance Sort by last modified time
    Searched refs:toShift (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
usrchimp.h 75 UBool toShift;
bmsearch.cpp 82 UBool toShift;
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) {
ucoleitr.cpp 207 UBool toShift;
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;
colldata.cpp 54 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
usearch.cpp 160 if (strsrch->toShift) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 453 IntSize toShift() const { return IntSize(m_bmpRect.left - m_origRect.x(), m_bmpRect.top - m_origRect.y()); }
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());
    [all...]

Completed in 187 milliseconds