Home
last modified time | relevance | path

Searched refs:TYPE_STR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c75 TYPE_STR, /* char * */ enumerator
306 TYPE_STR
330 {"decimal_point", lc(decimal_point, LC_NUMERIC, TYPE_STR) },
331 {"thousands_sep", lc(thousands_sep, LC_NUMERIC, TYPE_STR) },
333 {"int_curr_symbol", lc(int_curr_symbol, LC_MONETARY, TYPE_STR)},
334 {"currency_symbol", lc(currency_symbol, LC_MONETARY, TYPE_STR)},
335 {"mon_decimal_point", lc(mon_decimal_point, LC_MONETARY, TYPE_STR)},
336 {"mon_thousands_sep", lc(mon_thousands_sep, LC_MONETARY, TYPE_STR)},
338 {"positive_sign", lc(positive_sign, LC_MONETARY, TYPE_STR)},
339 {"negative_sign", lc(negative_sign, LC_MONETARY, TYPE_STR)},
[all …]