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

/freebsd-9.3-release/include/
H A Drunetype.h88 extern const _RuneLocale *_CurrentRuneLocale;
98 if (_CurrentRuneLocale)
99 return _CurrentRuneLocale;
103 #define _CurrentRuneLocale (__getCurrentRuneLocale()) macro
H A D_ctype.h100 _CurrentRuneLocale->__runetype[_c]) & _f;
107 _CurrentRuneLocale->__runetype[_c] & _f;
133 _CurrentRuneLocale->__mapupper[_c];
140 _CurrentRuneLocale->__mapupper[_c];
147 _CurrentRuneLocale->__maplower[_c];
154 _CurrentRuneLocale->__maplower[_c];
/freebsd-9.3-release/lib/libc/locale/
H A Dsetrunelocale.c55 #undef _CurrentRuneLocale macro
56 extern _RuneLocale const *_CurrentRuneLocale;
194 _CurrentRuneLocale = __xlocale_global_ctype.runes;
H A DSymbol.map78 _CurrentRuneLocale;
H A Dtable.c253 #undef _CurrentRuneLocale macro
254 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale; variable
H A Deuc.c137 #define CEI ((_EucInfo *)(_CurrentRuneLocale->__variable))
/freebsd-9.3-release/lib/libc/regex/
H A Dregcomp.c1411 strcmp(_CurrentRuneLocale->__encoding, "UTF-8") != 0)

Completed in 116 milliseconds