Searched refs:maplower_ext_nranges (Results 1 – 3 of 3) sorted by relevance
306 uint32_t maplower_ext_nranges; in dump_ctype() local312 maplower_ext_nranges = 0; in dump_ctype()444 lo[maplower_ext_nranges - 1].max = htote(wc); in dump_ctype()447 maplower_ext_nranges++; in dump_ctype()448 lo = realloc(lo, sizeof (*lo) * maplower_ext_nranges); in dump_ctype()449 lo[maplower_ext_nranges - 1].min = htote(wc); in dump_ctype()450 lo[maplower_ext_nranges - 1].max = htote(wc); in dump_ctype()451 lo[maplower_ext_nranges - 1].map = in dump_ctype()474 rl.maplower_ext_nranges = htote(maplower_ext_nranges); in dump_ctype()478 (wr_category(lo, sizeof (*lo) * maplower_ext_nranges, f) < 0) || in dump_ctype()
112 variable = maplower_ext_ranges + frl->maplower_ext_nranges; in _Read_RuneMagi()146 (frl->runetype_ext_nranges + frl->maplower_ext_nranges + in _Read_RuneMagi()164 rl->__maplower_ext.__nranges = frl->maplower_ext_nranges; in _Read_RuneMagi()
53 int32_t maplower_ext_nranges; member