Searched refs:lc_ctype (Results 1 – 18 of 18) sorted by relevance
96 void _none_init(struct lc_ctype *);97 void _UTF8_init(struct lc_ctype *);98 void _EUC_CN_init(struct lc_ctype *);99 void _EUC_JP_init(struct lc_ctype *);100 void _EUC_KR_init(struct lc_ctype *);101 void _EUC_TW_init(struct lc_ctype *);102 void _GB18030_init(struct lc_ctype *);103 void _GB2312_init(struct lc_ctype *);104 void _GBK_init(struct lc_ctype *);105 void _BIG5_init(struct lc_ctype *);[all …]
54 struct lc_ctype lc_ctype_posix = {79 void (*e_init)(struct lc_ctype *);100 struct lc_ctype *lct; in __lc_ctype_load()
115 _EUC_CN_init(struct lc_ctype *lct) in _EUC_CN_init()160 _EUC_KR_init(struct lc_ctype *lct) in _EUC_KR_init()205 _EUC_JP_init(struct lc_ctype *lct) in _EUC_JP_init()250 _EUC_TW_init(struct lc_ctype *lct) in _EUC_TW_init()
50 const struct lc_ctype *lct = loc->ctype; in strcasecmp_l()
50 const struct lc_ctype *lct = loc->ctype; in strncasecmp_l()
25 struct lc_ctype { struct
66 const struct lc_ctype *ctype;
52 const struct lc_ctype *lct; in _fgetwc_unlocked_l()
51 _none_init(struct lc_ctype *lct) in _none_init()
159 struct lc_ctype *lct; in install_legacy()
59 _BIG5_init(struct lc_ctype *lct) in _BIG5_init()
59 _GBK_init(struct lc_ctype *lct) in _GBK_init()
61 _MSKanji_init(struct lc_ctype *lct) in _MSKanji_init()
54 _GB2312_init(struct lc_ctype *lct) in _GB2312_init()
59 _GB18030_init(struct lc_ctype *lct) in _GB18030_init()
52 _UTF8_init(struct lc_ctype *lct) in _UTF8_init()
98 extern struct lc_ctype lc_ctype_posix;
71 char *lc_ctype; local79 lc_ctype = setlocale(LC_CTYPE, NULL);119 for (i = strlen(lc_ctype) + 14; i; i--)124 (void) printf("LC_CTYPE:%s", lc_ctype);