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

  /external/chromium_org/third_party/icu/source/i18n/
usrchimp.h 75 UBool toShift;
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;
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 43 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
76 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
  /external/icu/icu4c/source/i18n/
usrchimp.h 82 UBool toShift;
182 UBool toShift;
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 45 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {

Completed in 914 milliseconds