Lines Matching defs:group
508 RuleBasedCollator::setMaxVariable(UColReorderCode group, UErrorCode &errorCode) {
512 if(group == UCOL_REORDER_CODE_DEFAULT) {
514 } else if(UCOL_REORDER_CODE_FIRST <= group && group <= UCOL_REORDER_CODE_CURRENCY) {
515 value = group - UCOL_REORDER_CODE_FIRST;
538 if(group == UCOL_REORDER_CODE_DEFAULT) {
539 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable());
541 uint32_t varTop = data->getLastPrimaryForGroup(group);
605 // Pin the variable top to the end of the reordering group which contains it.
607 int32_t group = data->getGroupForPrimary(varTop);
608 if(group < UCOL_REORDER_CODE_FIRST || UCOL_REORDER_CODE_CURRENCY < group) {
612 uint32_t v = data->getLastPrimaryForGroup(group);
621 ownedSettings->setMaxVariable(group - UCOL_REORDER_CODE_FIRST,