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

/freebsd-10.1-release/lib/libc/locale/
H A Dmblocal.h46 _RuneLocale *runes;
64 int _none_init(struct xlocale_ctype *, _RuneLocale *);
65 int _ascii_init(struct xlocale_ctype *, _RuneLocale *);
66 int _UTF8_init(struct xlocale_ctype *, _RuneLocale *);
67 int _EUC_init(struct xlocale_ctype *, _RuneLocale *);
68 int _GB18030_init(struct xlocale_ctype *, _RuneLocale *);
69 int _GB2312_init(struct xlocale_ctype *, _RuneLocale *);
70 int _GBK_init(struct xlocale_ctype *, _RuneLocale *);
71 int _BIG5_init(struct xlocale_ctype *, _RuneLocale *);
72 int _MSKanji_init(struct xlocale_ctype *, _RuneLocale *);
[all...]
H A Dsetrunelocale.c56 extern _RuneLocale const *_CurrentRuneLocale;
61 _Thread_local const _RuneLocale *_ThreadRuneLocale;
66 extern _RuneLocale *_Read_RuneMagi(FILE *);
88 const _RuneLocale *
96 free_runes(_RuneLocale *rl)
113 _RuneLocale *rl;
122 (void) _none_init(l, (_RuneLocale*)&_DefaultRuneLocale);
H A Dnone.c72 _none_init(struct xlocale_ctype *l, _RuneLocale *rl)
202 (_RuneLocale*)&_DefaultRuneLocale,
214 (_RuneLocale*)&_DefaultRuneLocale,
H A Drune.c52 _RuneLocale *_Read_RuneMagi(FILE *);
54 _RuneLocale *
60 _RuneLocale *rl;
188 data = malloc(sizeof(_RuneLocale) +
200 rl = (_RuneLocale *)data;
H A Dnextwctype.c45 _RuneLocale *runes = XLOCALE_CTYPE(locale)->runes;
H A Dbig5.c70 _BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dgb2312.c55 _GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dgbk.c63 _GBK_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dmskanji.c68 _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dtable.c49 const _RuneLocale _DefaultRuneLocale = {
254 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale;
256 _RuneLocale *
H A Dascii.c64 _ascii_init(struct xlocale_ctype *l,_RuneLocale *rl)
H A Dgb18030.c59 _GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Deuc.c78 _EUC_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dutf8.c64 _UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl)
/freebsd-10.1-release/include/
H A Drunetype.h83 } _RuneLocale; typedef in typeref:struct:__anon5524
87 extern const _RuneLocale _DefaultRuneLocale;
88 extern const _RuneLocale *_CurrentRuneLocale;
90 extern const _RuneLocale *__getCurrentRuneLocale(void);
92 extern _Thread_local const _RuneLocale *_ThreadRuneLocale;
93 static __inline const _RuneLocale *__getCurrentRuneLocale(void)
/freebsd-10.1-release/include/xlocale/
H A D_ctype.h52 _RuneLocale *__runes_for_locale(locale_t, int*);
80 _RuneLocale *runes = __runes_for_locale(__loc, &__limit);
105 _RuneLocale *runes = __runes_for_locale(__loc, &__limit);
150 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
157 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
190 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
197 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);

Completed in 111 milliseconds