Home | History | Annotate | Download | only in i18n

Lines Matching defs:options

94     UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
198 spec->options[option] = ucol_sit_letterToAttributeValue(*string, status);
277 static const ShortStringOptions options[UCOL_SIT_ITEMS_COUNT] =
306 if(*start == options[i].optionStart) {
308 const char* end = options[i].action(spec, options[i].attr, start+1, status);
325 // set collation options to default
328 spec->options[i] = UCOL_DEFAULT;
528 if(s.options[i] != UCOL_DEFAULT) {
529 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) {
530 ucol_setAttribute(result, (UColAttribute)i, s.options[i], status);