Searched refs:__maplower_ext (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/include/
H A Drunetype.h78 _RuneRange __maplower_ext; member in struct:__anon6564
/freebsd-11-stable/lib/libc/locale/
H A Drune.c169 rl->__maplower_ext.__nranges = frl->maplower_ext_nranges;
182 rl->__maplower_ext.__ranges = (_RuneEntry *)rl->__variable;
183 rl->__variable = rl->__maplower_ext.__ranges +
184 rl->__maplower_ext.__nranges;
212 rr = rl->__maplower_ext.__ranges;
213 for (x = 0; x < rl->__maplower_ext.__nranges; ++x) {
239 if (!rl->__maplower_ext.__nranges)
240 rl->__maplower_ext.__ranges = NULL;
H A Dtolower.c52 _RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__maplower_ext;

Completed in 121 milliseconds