Searched refs:_CurrentRuneLocale (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/include/
H A Drunetype.h90 extern const _RuneLocale *_CurrentRuneLocale;
100 return _CurrentRuneLocale;
103 #define _CurrentRuneLocale (__getCurrentRuneLocale()) macro
H A D_ctype.h103 _CurrentRuneLocale->__runetype[_c]) & _f;
110 _CurrentRuneLocale->__runetype[_c] & _f;
136 _CurrentRuneLocale->__mapupper[_c];
143 _CurrentRuneLocale->__mapupper[_c];
150 _CurrentRuneLocale->__maplower[_c];
157 _CurrentRuneLocale->__maplower[_c];
/freebsd-13-stable/lib/libc/locale/
H A Dsetrunelocale.c57 #undef _CurrentRuneLocale macro
58 extern _RuneLocale const *_CurrentRuneLocale;
196 _CurrentRuneLocale = __xlocale_global_ctype.runes;
H A Dtable.c255 #undef _CurrentRuneLocale macro
256 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale; variable
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c1857 strcmp(_CurrentRuneLocale->__encoding, "UTF-8") != 0)

Completed in 116 milliseconds