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

/freebsd-11-stable/include/
H A Drunetype.h88 extern const _RuneLocale *_CurrentRuneLocale;
98 if (_CurrentRuneLocale)
99 return _CurrentRuneLocale;
103 #define _CurrentRuneLocale (__getCurrentRuneLocale()) macro
H A D_ctype.h101 _CurrentRuneLocale->__runetype[_c]) & _f;
108 _CurrentRuneLocale->__runetype[_c] & _f;
134 _CurrentRuneLocale->__mapupper[_c];
141 _CurrentRuneLocale->__mapupper[_c];
148 _CurrentRuneLocale->__maplower[_c];
155 _CurrentRuneLocale->__maplower[_c];
/freebsd-11-stable/lib/libc/locale/
H A Dsetrunelocale.c55 #undef _CurrentRuneLocale macro
56 extern _RuneLocale const *_CurrentRuneLocale;
181 _CurrentRuneLocale = __xlocale_global_ctype.runes;
H A Dtable.c253 #undef _CurrentRuneLocale macro
254 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale; variable
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c1586 strcmp(_CurrentRuneLocale->__encoding, "UTF-8") != 0)

Completed in 192 milliseconds