Symbol: _RuneLocale
lib/libc/citrus/citrus_lc_ctype.c
100
_PREFIX(update_global)(_RuneLocale *data)
lib/libc/citrus/citrus_lc_ctype.c
73
#define _CATEGORY_TYPE _RuneLocale
lib/libc/citrus/citrus_lc_ctype.c
79
const char * __restrict name, _RuneLocale ** __restrict pdata)
lib/libc/gen/isctype.c
56
((_RuneLocale *)((loc)->part_impl[LC_CTYPE]))
lib/libc/locale/_wctrans_local.h
45
_wctrans_lower(_RuneLocale *rl)
lib/libc/locale/_wctrans_local.h
53
_wctrans_upper(_RuneLocale *rl)
lib/libc/locale/_wctype.c
108
_iswctype_priv(_RuneLocale const *rl,
lib/libc/locale/_wctype.c
75
_runetype_priv(_RuneLocale const *rl, wint_t wc)
lib/libc/locale/_wctype_local.h
33
_RuneType _runetype_priv(_RuneLocale const *, wint_t);
lib/libc/locale/_wctype_local.h
34
int _iswctype_priv(_RuneLocale const *, wint_t, _WCTypeEntry const *);
lib/libc/locale/iswctype_mb.c
105
_RuneLocale const *rl;
lib/libc/locale/iswctype_mb.c
125
_RuneLocale const *rl;
lib/libc/locale/iswctype_mb.c
146
_RuneLocale const *rl;
lib/libc/locale/iswctype_mb.c
191
_RuneLocale const *rl;
lib/libc/locale/iswctype_mb.c
213
_RuneLocale const *rl;
lib/libc/locale/iswctype_mb.c
50
#define _RUNE_LOCALE(loc) ((_RuneLocale const *) \
lib/libc/locale/iswctype_mb.c
57
_RuneLocale const *rl; \
lib/libc/locale/iswctype_mb.c
87
_RuneLocale const *rl; \
lib/libc/locale/multibyte.h
113
_init_ps(_RuneLocale *rl, mbstate_t *ps)
lib/libc/locale/multibyte.h
122
_fixup_ps(_RuneLocale *rl, mbstate_t *ps, int forceinit)
lib/libc/locale/multibyte.h
42
_RuneLocale *__runelocale;
lib/libc/locale/multibyte.h
60
((_RuneLocale *)((loc)->part_impl[LC_CTYPE]))
lib/libc/locale/multibyte.h
63
(((_RuneLocale *)((loc)->part_impl[LC_CTYPE]))->rl_citrus_ctype)
lib/libc/locale/multibyte.h
79
static __inline _RuneLocale *
lib/libc/locale/multibyte_amd1.c
77
_RuneLocale *rl;
lib/libc/locale/nl_langinfo.c
159
[ CODESET ] = offsetofu16(_RuneLocale, rl_codeset),
lib/libc/locale/rune.c
124
_rune_wctype_init(_RuneLocale *rl)
lib/libc/locale/rune.c
131
_rune_wctrans_init(_RuneLocale *rl)
lib/libc/locale/rune.c
233
_RuneLocale ** __restrict prl)
lib/libc/locale/rune.c
240
_RuneLocale *rl;
lib/libc/locale/rune.c
413
_RuneLocale ** __restrict prl)
lib/libc/locale/rune.c
58
_RuneLocale rl;
lib/libc/locale/runetable.c
54
__dso_hidden const _RuneLocale _DefaultRuneLocale = {
lib/libc/locale/runetype_local.h
139
extern __dso_hidden const _RuneLocale _DefaultRuneLocale;
lib/libc/locale/runetype_local.h
142
int _rune_load(const char * __restrict, size_t, _RuneLocale ** __restrict);