Searched refs:TYPE_STR (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/locale/ |
H A D | locale.c | 77 TYPE_STR, /* char * */ enumerator 308 TYPE_STR 332 {"decimal_point", lc(decimal_point, LC_NUMERIC, TYPE_STR) }, 333 {"thousands_sep", lc(thousands_sep, LC_NUMERIC, TYPE_STR) }, 335 {"int_curr_symbol", lc(int_curr_symbol, LC_MONETARY, TYPE_STR)}, 336 {"currency_symbol", lc(currency_symbol, LC_MONETARY, TYPE_STR)}, 337 {"mon_decimal_point", lc(mon_decimal_point, LC_MONETARY, TYPE_STR)}, 338 {"mon_thousands_sep", lc(mon_thousands_sep, LC_MONETARY, TYPE_STR)}, 340 {"positive_sign", lc(positive_sign, LC_MONETARY, TYPE_STR)}, 341 {"negative_sign", lc(negative_sign, LC_MONETARY, TYPE_STR)}, [all …]
|