Lines Matching refs:locale
31 @chapter Locale (@file{locale.h})
33 A @dfn{locale} is the name for a collection of parameters (affecting
35 depending on location or culture. The @code{"C"} locale is the only
39 value for locale; strings representing other locales are not
40 honored. (@code{""} is also accepted; it represents the default locale
44 @file{locale.h} defines the structure @code{lconv} to collect the
45 information on a locale, with the following fields:
51 C locale.
56 @code{""} in the C locale.
65 desired. @code{""} in the C locale.
70 @code{""} in the C locale.
74 @code{""} in the C locale.
78 @code{""} in the C locale.
82 @code{""} in the C locale.
86 @code{""} in the C locale.
90 @code{""} in the C locale.
94 @code{""} in the C locale.
100 the C locale.
105 @code{CHAR_MAX} in the C locale.
111 @code{CHAR_MAX} in the C locale.
117 @code{CHAR_MAX} in the C locale.
123 @code{CHAR_MAX} in the C locale.
129 @code{CHAR_MAX} in the C locale.
139 @code{CHAR_MAX} in the C locale.
144 @code{CHAR_MAX} in the C locale.
148 * setlocale:: Select or query locale
152 @include locale/locale.def