Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Drune.c164 rl->__maplower_ext.__nranges = frl->maplower_ext_nranges; in _Read_RuneMagi()
177 rl->__maplower_ext.__ranges = (_RuneEntry *)rl->__variable; in _Read_RuneMagi()
178 rl->__variable = rl->__maplower_ext.__ranges + in _Read_RuneMagi()
179 rl->__maplower_ext.__nranges; in _Read_RuneMagi()
207 rr = rl->__maplower_ext.__ranges; in _Read_RuneMagi()
208 for (x = 0; x < rl->__maplower_ext.__nranges; ++x) { in _Read_RuneMagi()
234 if (!rl->__maplower_ext.__nranges) in _Read_RuneMagi()
235 rl->__maplower_ext.__ranges = NULL; in _Read_RuneMagi()
H A Dtolower.c51 _RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__maplower_ext; in ___tolower_l()
/freebsd/include/
H A Drunetype.h77 _RuneRange __maplower_ext; member