Home
last modified time | relevance | path

Searched refs:_CurrentRuneLocale (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/include/
HD_ctype.h102 _CurrentRuneLocale->__runetype[_c]) & _f; in __maskrune()
109 _CurrentRuneLocale->__runetype[_c] & _f; in __sbmaskrune()
135 _CurrentRuneLocale->__mapupper[_c]; in __toupper()
142 _CurrentRuneLocale->__mapupper[_c]; in __sbtoupper()
149 _CurrentRuneLocale->__maplower[_c]; in __tolower()
156 _CurrentRuneLocale->__maplower[_c]; in __sbtolower()
HDrunetype.h89 extern const _RuneLocale *_CurrentRuneLocale;
99 return _CurrentRuneLocale; in __getCurrentRuneLocale()
102 #define _CurrentRuneLocale (__getCurrentRuneLocale()) macro
/freebsd-14-stable/lib/libc/locale/
HDsetrunelocale.c54 #undef _CurrentRuneLocale
55 extern _RuneLocale const *_CurrentRuneLocale;
193 _CurrentRuneLocale = __xlocale_global_ctype.runes; in __wrap_setrunelocale()
HDtable.c252 #undef _CurrentRuneLocale
253 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale; variable
HDSymbol.map74 _CurrentRuneLocale;
/freebsd-14-stable/lib/libc/regex/
HDregcomp.c1869 strcmp(_CurrentRuneLocale->__encoding, "UTF-8") != 0)