Searched refs:htote (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.bin/localedef/
H A Dctype.c329 rl.maplower[wc] = htote(wc);
330 rl.mapupper[wc] = htote(wc);
422 rl.runetype[wc] = htote(ctn->ctype);
424 rl.maplower[wc] = htote(ctn->tolower);
426 rl.mapupper[wc] = htote(ctn->toupper);
432 ct[runetype_ext_nranges - 1].max = htote(wc);
436 ct[runetype_ext_nranges - 1].min = htote(wc);
437 ct[runetype_ext_nranges - 1].max = htote(wc);
439 htote(ctn->ctype);
446 lo[maplower_ext_nranges - 1].max = htote(w
[all...]
H A Dcollate.c1089 while (--n > 0 && (*s1++ = htote(*s2++)) != 0)
1178 collinfo.undef_pri[i] = htote(COLLATE_MAX_PRIORITY);
1180 collinfo.pri_count[i] = htote(nweight[i]);
1183 collinfo.pri_count[NUM_WT] = htote(max_wide());
1184 collinfo.undef_pri[NUM_WT] = htote(COLLATE_MAX_PRIORITY);
1194 htote(get_weight(cc->ref[j], j));
1199 htote(get_weight(pri_undefined[j], j));
1206 chars[i].pri[NUM_WT] = htote(i);
1231 st[n].key = htote(st[n].key);
1233 st[n].pri[j] = htote(get_weigh
[all...]
H A Dlocaledef.h82 uint32_t htote(uint32_t);
H A Dlocaledef.c230 htote(uint32_t arg) function

Completed in 51 milliseconds