Home
last modified time | relevance | path

Searched refs:_RuneLocale (Results 1 – 16 of 16) sorted by relevance

/dragonfly/lib/libc/locale/
H A Dmblocal.h48 _RuneLocale *runes;
72 int _none_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
73 int _UTF8_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
74 int _EUC_CN_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
75 int _EUC_JP_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
76 int _EUC_KR_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
77 int _EUC_TW_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
79 int _GB2312_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
80 int _GBK_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
81 int _BIG5_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
[all …]
H A Dsetrunelocale.c56 extern _RuneLocale const *_CurrentRuneLocale;
60 __thread const _RuneLocale *_ThreadRuneLocale;
62 extern _RuneLocale *_Read_RuneMagi(const char *);
76 const _RuneLocale *
84 free_runes(_RuneLocale *rl) in free_runes()
94 _RuneLocale *rl; in __setrunelocale()
104 (void) _none_init(l, (_RuneLocale*)&_DefaultRuneLocale); in __setrunelocale()
H A Drune.c53 _RuneLocale *_Read_RuneMagi(const char *);
55 _RuneLocale *
61 _RuneLocale *rl; in _Read_RuneMagi()
147 data = malloc(sizeof(_RuneLocale) + in _Read_RuneMagi()
159 rl = (_RuneLocale *)(void *)data; in _Read_RuneMagi()
H A Dnone.c70 _none_init(struct xlocale_ctype *l, _RuneLocale *rl) in _none_init()
284 (_RuneLocale*)&_DefaultRuneLocale,
298 (_RuneLocale*)&_DefaultRuneLocale,
H A Dtable.c47 const _RuneLocale _DefaultRuneLocale = {
255 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale;
257 _RuneLocale *
H A Deuc.c121 _EUC_CN_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_CN_init()
168 _EUC_KR_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_KR_init()
215 _EUC_JP_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_JP_init()
262 _EUC_TW_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_TW_init()
H A Dnextwctype.c45 _RuneLocale *runes = XLOCALE_CTYPE(locale)->runes; in nextwctype_l()
H A Dascii.c65 _ascii_init(struct xlocale_ctype *l, _RuneLocale *rl) in _ascii_init()
H A Dbig5.c68 _BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl) in _BIG5_init()
H A Dgbk.c66 _GBK_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GBK_init()
H A Dmskanji.c71 _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl) in _MSKanji_init()
H A Dgb2312.c63 _GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB2312_init()
H A Dgb18030.c68 _GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB18030_init()
H A Dutf8.c85 _UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl) in _UTF8_init()
/dragonfly/include/
H A Drunetype.h91 } _RuneLocale; typedef
95 extern const _RuneLocale _DefaultRuneLocale;
96 extern const _RuneLocale *_CurrentRuneLocale;
98 extern const _RuneLocale *__getCurrentRuneLocale(void);
100 extern __thread const _RuneLocale *_ThreadRuneLocale;
101 static __inline const _RuneLocale *__getCurrentRuneLocale(void) in __getCurrentRuneLocale()
/dragonfly/include/xlocale/
H A D_ctype.h52 _RuneLocale *__runes_for_locale(locale_t, int*);
80 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l()
105 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __sbmaskrune_l()
150 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towlower_l()
157 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towupper_l()
190 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
197 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);