Searched refs:_RuneLocale (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | mblocal.h | 50 _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 *) __hidden; [all …]
|
H A D | setrunelocale.c | 55 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) in free_runes() 95 _RuneLocale *rl; in __setrunelocale() 105 (void) _none_init(l, (_RuneLocale*)&_DefaultRuneLocale); in __setrunelocale()
|
H A D | none.c | 70 _none_init(struct xlocale_ctype *l, _RuneLocale *rl) in _none_init() 191 (_RuneLocale*)&_DefaultRuneLocale, 203 (_RuneLocale*)&_DefaultRuneLocale,
|
H A D | rune.c | 53 _RuneLocale * 59 _RuneLocale *rl; in _Read_RuneMagi() 145 data = malloc(sizeof(_RuneLocale) + in _Read_RuneMagi() 156 rl = (_RuneLocale *)data; in _Read_RuneMagi()
|
H A D | table.c | 45 const _RuneLocale _DefaultRuneLocale = { 250 const _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale; 252 _RuneLocale *
|
H A D | euc.c | 122 _EUC_CN_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_CN_init() 169 _EUC_KR_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_KR_init() 216 _EUC_JP_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_JP_init() 263 _EUC_TW_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_TW_init()
|
H A D | nextwctype.c | 44 _RuneLocale *runes = XLOCALE_CTYPE(locale)->runes; in nextwctype_l()
|
H A D | ascii.c | 63 _ascii_init(struct xlocale_ctype *l,_RuneLocale *rl) in _ascii_init()
|
H A D | mskanji.c | 72 _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl) in _MSKanji_init()
|
H A D | big5.c | 68 _BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl) in _BIG5_init()
|
H A D | gbk.c | 70 _GBK_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GBK_init()
|
H A D | gb2312.c | 64 _GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB2312_init()
|
H A D | gb18030.c | 69 _GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB18030_init()
|
H A D | utf8.c | 65 _UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl) in _UTF8_init()
|
/freebsd/include/ |
H A D | runetype.h | 82 } _RuneLocale; typedef 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) in __getCurrentRuneLocale()
|
/freebsd/include/xlocale/ |
H A D | _ctype.h | 51 _RuneLocale *__runes_for_locale(locale_t, int*); 79 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l() 104 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __sbmaskrune_l() 149 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towlower_l() 156 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towupper_l() 189 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); 196 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
|