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

  /external/icu/icu4c/source/i18n/
collationsettings.h 53 * Options bits 6..4: The 3-bit maxVariable value bit field is shifted by this value.
56 /** maxVariable options bit mask before shifting. */
93 /** maxVariable values */
94 enum MaxVariable {
159 MaxVariable getMaxVariable() const {
160 return (MaxVariable)((options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT);
rulebasedcollator.cpp 498 // Convert the reorder code into a MaxVariable number, or UCOL_DEFAULT=-1.
508 CollationSettings::MaxVariable oldValue = settings->getMaxVariable();
    [all...]

Completed in 35 milliseconds