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

/freebsd-10-stable/include/
H A Drunetype.h78 _RuneRange __maplower_ext; member in struct:__anon5614
/freebsd-10-stable/lib/libc/locale/
H A Dtolower.c54 _RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__maplower_ext;
H A Drune.c209 rl->__maplower_ext.__nranges = frl->maplower_ext_nranges;
222 rl->__maplower_ext.__ranges = (_RuneEntry *)rl->__variable;
223 rl->__variable = rl->__maplower_ext.__ranges +
224 rl->__maplower_ext.__nranges;
252 rr = rl->__maplower_ext.__ranges;
253 for (x = 0; x < rl->__maplower_ext.__nranges; ++x) {
279 if (!rl->__maplower_ext.__nranges)
280 rl->__maplower_ext.__ranges = NULL;

Completed in 45 milliseconds