Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Drune.c163 rl->__maplower_ext.__nranges = frl->maplower_ext_nranges; in _Read_RuneMagi()
176 rl->__maplower_ext.__ranges = (_RuneEntry *)rl->__variable; in _Read_RuneMagi()
177 rl->__variable = rl->__maplower_ext.__ranges + in _Read_RuneMagi()
178 rl->__maplower_ext.__nranges; in _Read_RuneMagi()
206 rr = rl->__maplower_ext.__ranges; in _Read_RuneMagi()
207 for (x = 0; x < rl->__maplower_ext.__nranges; ++x) { in _Read_RuneMagi()
233 if (!rl->__maplower_ext.__nranges) in _Read_RuneMagi()
234 rl->__maplower_ext.__ranges = NULL; in _Read_RuneMagi()
H A Drunetype.h126 _RuneRange __maplower_ext; member
H A Dtowlower.c59 rr = lower ? &rl->__maplower_ext : &rl->__mapupper_ext; in change_case_ext()
/illumos-gate/usr/src/boot/include/
H A Drunetype.h78 _RuneRange __maplower_ext; member