Searched defs:_locale (Results 1 – 1 of 1) sorted by relevance
58 struct _locale { struct60 struct _locale *next; argument61 int on_list; /* on linked list */62 char locname[(ENCODING_LEN+1)*NLOCDATA + 1];67 const struct lc_ctype *ctype;68 const struct lc_collate *collate;69 const struct lc_messages *messages;70 const struct lc_monetary *monetary;71 const struct lc_numeric *numeric;72 const struct lc_time *time;[all …]