Lines Matching defs:__locale_data
49 struct __locale_data struct
51 const char *name;
52 const char *filedata; /* Region mapping the file data. */
53 off_t filesize; /* Size of the file (and the region). */
55 {
59 } alloc;
68 void *private;
70 unsigned int usage_count; /* Counter for users. */
72 int use_translit; /* Nonzero if the mb*towv*() and wc*tomb()
75 unsigned int nstrings; /* Number of strings below. */
76 union locale_data_value
82 values __flexarr; /* Items, usually pointers into `filedata'. */