Home
last modified time | relevance | path

Searched refs:directive_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/lib/libc/locale/
HDcollate.c182 if ((info->directive_count < 1) || in __collate_load_tables_l()
183 (info->directive_count >= COLL_WEIGHTS_MAX) || in __collate_load_tables_l()
193 for (z = 0; z < info->directive_count; z++) { in __collate_load_tables_l()
211 for (z = 0; z < info->directive_count; z++) { in __collate_load_tables_l()
243 if (pass >= table->info->directive_count) in substsearch()
326 if (which >= table->info->directive_count) { in _collate_lookup()
429 int ndir = table->info->directive_count; in _collate_wxfrm()
576 int ndir = table->info->directive_count; in _collate_sxfrm()
HDcollate.h86 uint8_t directive_count; member
/freebsd-14-stable/lib/libc/string/
HDwcscoll.c73 for (pass = 0; pass <= table->info->directive_count; pass++) { in wcscoll_l()
81 if (pass == table->info->directive_count) { in wcscoll_l()
/freebsd-14-stable/usr.bin/localedef/
HDcollate.c152 #define NUM_WT collinfo.directive_count
846 collinfo.directive[collinfo.directive_count] |= bit; in add_order_bit()
852 if (collinfo.directive_count >= COLL_WEIGHTS_MAX) { in add_order_directive()
856 collinfo.directive_count++; in add_order_directive()