Home
last modified time | relevance | path

Searched defs:_locale (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.h57 struct _locale { struct
59 struct _locale *next; argument
60 int on_list; /* on linked list */
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;
72 const struct _RuneLocale *runelocale;
[all …]