Home
last modified time | relevance | path

Searched refs:_RuneRange (Results 1 – 5 of 5) sorted by relevance

/dragonfly/include/
H A Drunetype.h66 } _RuneRange; typedef
85 _RuneRange __runetype_ext;
86 _RuneRange __maplower_ext;
87 _RuneRange __mapupper_ext;
/dragonfly/lib/libc/locale/
H A Dtolower.c52 _RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__maplower_ext; in ___tolower_l()
H A Dtoupper.c52 _RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__mapupper_ext; in ___toupper_l()
H A Drunetype.c52 _RuneRange *rr = &(XLOCALE_CTYPE(locale)->runes->__runetype_ext); in ___runetype_l()
H A Dnextwctype.c46 _RuneRange *rr = &runes->__runetype_ext; in nextwctype_l()