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

/freebsd-current/lib/libc/locale/
H A Dmblocal.h50 _RuneLocale *runes;
96 int _none_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
97 int _UTF8_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
98 int _EUC_CN_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
99 int _EUC_JP_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
100 int _EUC_KR_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
101 int _EUC_TW_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
102 int _GB18030_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
103 int _GB2312_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
104 int _GBK_init(struct xlocale_ctype *, _RuneLocale *) __hidde
[all...]
H A Dsetrunelocale.c55 extern _RuneLocale const *_CurrentRuneLocale;
59 _Thread_local const _RuneLocale *_ThreadRuneLocale;
63 extern _RuneLocale *_Read_RuneMagi(const char *);
77 const _RuneLocale *
85 free_runes(_RuneLocale *rl)
95 _RuneLocale *rl;
105 (void) _none_init(l, (_RuneLocale*)&_DefaultRuneLocale);
H A Dnone.c70 _none_init(struct xlocale_ctype *l, _RuneLocale *rl)
191 (_RuneLocale*)&_DefaultRuneLocale,
203 (_RuneLocale*)&_DefaultRuneLocale,
H A Drune.c53 _RuneLocale *
59 _RuneLocale *rl;
145 data = malloc(sizeof(_RuneLocale) +
156 rl = (_RuneLocale *)data;
H A Dnextwctype.c44 _RuneLocale *runes = XLOCALE_CTYPE(locale)->runes;
H A Deuc.c122 _EUC_CN_init(struct xlocale_ctype *l, _RuneLocale *rl)
169 _EUC_KR_init(struct xlocale_ctype *l, _RuneLocale *rl)
216 _EUC_JP_init(struct xlocale_ctype *l, _RuneLocale *rl)
263 _EUC_TW_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dtable.c45 const _RuneLocale _DefaultRuneLocale = {
250 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale;
252 _RuneLocale *
H A Dgb2312.c64 _GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dascii.c63 _ascii_init(struct xlocale_ctype *l,_RuneLocale *rl)
H A Dgbk.c70 _GBK_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dbig5.c68 _BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dmskanji.c72 _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dgb18030.c69 _GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dutf8.c65 _UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl)
/freebsd-current/include/
H A Drunetype.h82 } _RuneLocale; typedef in typeref:struct:__anon82
86 extern const _RuneLocale _DefaultRuneLocale;
87 extern const _RuneLocale *_CurrentRuneLocale;
89 extern const _RuneLocale *__getCurrentRuneLocale(void);
91 extern _Thread_local const _RuneLocale *_ThreadRuneLocale;
92 static __inline const _RuneLocale *__getCurrentRuneLocale(void)
/freebsd-current/include/xlocale/
H A D_ctype.h51 _RuneLocale *__runes_for_locale(locale_t, int*);
79 _RuneLocale *runes = __runes_for_locale(__loc, &__limit);
104 _RuneLocale *runes = __runes_for_locale(__loc, &__limit);
149 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
156 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
189 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
196 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);

Completed in 259 milliseconds