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