Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/localedef/
H A Dctype.c392 lo[rl.maplower_ext_nranges-1].max = wc; in dump_ctype()
395 rl.maplower_ext_nranges++; in dump_ctype()
397 sizeof (*lo) * rl.maplower_ext_nranges); in dump_ctype()
398 lo[rl.maplower_ext_nranges - 1].min = wc; in dump_ctype()
399 lo[rl.maplower_ext_nranges - 1].max = wc; in dump_ctype()
400 lo[rl.maplower_ext_nranges - 1].map = ctn->tolower; in dump_ctype()
423 (wr_category(lo, sizeof (*lo) * rl.maplower_ext_nranges, f) < 0) || in dump_ctype()
/titanic_50/usr/src/lib/libc/port/locale/
H A Drune.c110 variable = maplower_ext_ranges + frl->maplower_ext_nranges; in _Read_RuneMagi()
144 (frl->runetype_ext_nranges + frl->maplower_ext_nranges + in _Read_RuneMagi()
163 rl->__maplower_ext.__nranges = frl->maplower_ext_nranges; in _Read_RuneMagi()
H A Drunefile.h51 int32_t maplower_ext_nranges; member