Searched refs:num_weights (Results 1 – 4 of 4) sorted by relevance
294 if (CUR_COLLATE->num_weights == 1) { in next_weight()322 } else if (CUR_COLLATE->num_weights == 1) { in next_weight()507 if (!CUR_COLLATE->num_weights) { /* C locale */ in __XL_NPP()531 } while (++pass < CUR_COLLATE->num_weights); in __XL_NPP()546 if (!CUR_COLLATE->num_weights) { /* C locale */ in libc_hidden_def()570 } while (++pass < CUR_COLLATE->num_weights); in libc_hidden_def()629 if (!CUR_COLLATE->num_weights) { /* C locale */653 } while (++pass < CUR_COLLATE->num_weights);
42 int num_weights; /* */ member188 size_t num_weights; member469 w.num_weights = cur_num_weights; in do_range()2117 if (w1->num_weights != w2->num_weights) { in weight_cmp()2118 return w1->num_weights - w2->num_weights; in weight_cmp()3707 if (base_locale_array[base_locale_len].num_weights < w->num_weights) { in add_rule()3708 base_locale_array[base_locale_len].num_weights = w->num_weights; in add_rule()3784 if (base_locale_array[base_locale_len].num_weights < w->num_weights) { in add_range_rule()3785 base_locale_array[base_locale_len].num_weights = w->num_weights; in add_range_rule()3854 DUMPn(num_weights); in dump_base_locale()[all …]
106 uint16_t num_weights; member
377 uint16_t num_weights; member426 cur_collate->num_weights = 0; in init_cur_collate()
Completed in 13 milliseconds