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

  /external/icu/icu4c/source/i18n/
collationsettings.h 89 static const int32_t STRENGTH_SHIFT = 12;
102 : options((UCOL_DEFAULT_STRENGTH << STRENGTH_SHIFT) |
127 return options >> STRENGTH_SHIFT;
collationsettings.cpp 140 options = noStrength | (value << STRENGTH_SHIFT);

Completed in 56 milliseconds