HomeSort by relevance Sort by last modified time
    Searched refs:toShift (Results 1 - 9 of 9) 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;
usearch.cpp 160 if (strsrch->toShift) {
    [all...]
  /external/icu/icu4c/source/i18n/
usrchimp.h 82 UBool toShift;
182 UBool toShift;
ucoleitr.cpp 197 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED;
235 if ((toShift && variableTop > ce && primary != 0)
usearch.cpp 152 if (strsrch->toShift) {
    [all...]
  /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/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) {
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_ASTC.cpp     [all...]

Completed in 276 milliseconds