Lines Matching refs:code

9 #1. Redistributions of source code must retain the above copyright
35 depending on location or culture. The @code{"C"} locale is the only
38 This is a minimal implementation, supporting only the required @code{"C"}
40 honored. (@code{""} is also accepted; it represents the default locale
41 for an implementation, here equivalent to @code{"C"}).
44 @file{locale.h} defines the structure @code{lconv} to collect the
47 @table @code
50 numbers except those referring to amounts of money). @code{"."} in the
56 @code{""} in the C locale.
62 group, and a value of @code{0} (that is, the string's trailing
63 @code{NULL}) means to continue grouping digits using the last value
64 specified. Use @code{CHAR_MAX} to indicate that no further grouping is
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.
81 Similar to @code{thousands_sep}, but used for amounts of money.
82 @code{""} in the C locale.
85 Similar to @code{grouping}, but used for amounts of money.
86 @code{""} in the C locale.
90 @code{""} in the C locale.
94 @code{""} in the C locale.
99 @code{CHAR_MAX} (the largest number representable as a @code{char}) in
105 @code{CHAR_MAX} in the C locale.
108 @code{1} indicates the local currency symbol is used before a
109 @emph{positive or zero} formatted amount of money; @code{0} indicates
111 @code{CHAR_MAX} in the C locale.
114 @code{1} indicates the local currency symbol must be separated from
115 @emph{positive or zero} numbers by a space; @code{0} indicates that it
117 @code{CHAR_MAX} in the C locale.
120 @code{1} indicates the local currency symbol is used before a
121 @emph{negative} formatted amount of money; @code{0} indicates
123 @code{CHAR_MAX} in the C locale.
126 @code{1} indicates the local currency symbol must be separated from
127 @emph{negative} numbers by a space; @code{0} indicates that it
129 @code{CHAR_MAX} in the C locale.
133 numbers representing money. @code{0} means parentheses surround the
134 number; @code{1} means the sign is placed before both the number and the
135 currency symbol; @code{2} means the sign is placed after both the number
136 and the currency symbol; @code{3} means the sign is placed just before
137 the currency symbol; and @code{4} means the sign is placed just after
139 @code{CHAR_MAX} in the C locale.
143 representing money, using the same rules as @code{p_sign_posn}.
144 @code{CHAR_MAX} in the C locale.