Home
last modified time | relevance | path

Searched refs:mapupper_ext_nranges (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/localedef/
H A Dctype.c408 up[rl.mapupper_ext_nranges-1].max = wc; in dump_ctype()
411 rl.mapupper_ext_nranges++; in dump_ctype()
413 sizeof (*up) * rl.mapupper_ext_nranges); in dump_ctype()
414 up[rl.mapupper_ext_nranges - 1].min = wc; in dump_ctype()
415 up[rl.mapupper_ext_nranges - 1].max = wc; in dump_ctype()
416 up[rl.mapupper_ext_nranges - 1].map = ctn->toupper; in dump_ctype()
424 (wr_category(up, sizeof (*up) * rl.mapupper_ext_nranges, f) < 0)) { in dump_ctype()
/titanic_44/usr/src/lib/libc/port/locale/
H A Drune.c116 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi()
145 frl->mapupper_ext_nranges) * sizeof (_RuneEntry) + in _Read_RuneMagi()
164 rl->__mapupper_ext.__nranges = frl->mapupper_ext_nranges; in _Read_RuneMagi()
184 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi()
H A Drunefile.h52 int32_t mapupper_ext_nranges; member