Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dlocale.h83 struct lconv { struct
84 char *decimal_point; /**< "." Non-monetary decimal-point. */
85 …r *thousands_sep; /**< "" Separates groups of digits before the decimal-point */
86 …r *grouping; /**< "" A string whose elements (characters) indicate the size
88 …*int_curr_symbol; /**< "" A 4-character string providing the international currency
94 …har *currency_symbol; /**< "" The local currency symbol for the current locale. */
95 char *mon_decimal_point; /**< "" The decimal point used for monetary values. */
96 …housands_sep; /**< "" The separator for digit groups preceeding the decimal-point. */
97 char *mon_grouping; /**< "" A string, like grouping, for monetary values. */
98 …r *positive_sign; /**< "" A string to indicate a non-negative monetary value. */
[all …]