Home
last modified time | relevance | path

Searched refs:currency_symbol (Results 1 – 25 of 218) sorted by relevance

123456789

/glibc-2.36/stdlib/
Dstrfmon_l.c126 const char *currency_symbol; in __vstrfmon_l_internal() local
296 currency_symbol = &int_symbol[0]; in __vstrfmon_l_internal()
302 currency_symbol = _NL_CURRENT (LC_MONETARY, CURRENCY_SYMBOL); in __vstrfmon_l_internal()
303 currency_symbol_len = strlen (currency_symbol); in __vstrfmon_l_internal()
504 out_string (currency_symbol); in __vstrfmon_l_internal()
576 out_nstring (currency_symbol, currency_symbol_len); in __vstrfmon_l_internal()
/glibc-2.36/locale/programs/
Dld-monetary.c41 const char *currency_symbol; member
335 TEST_ELEM (currency_symbol, ""); in monetary_finish()
410 monetary->crncystr = (char *) xmalloc (strlen (monetary->currency_symbol) in monetary_finish()
413 strcpy (&monetary->crncystr[1], monetary->currency_symbol); in monetary_finish()
435 monetary->duo_currency_symbol = monetary->currency_symbol; in monetary_finish()
486 add_locale_string (&file, monetary->currency_symbol); in monetary_output()
624 STR_ELEM (currency_symbol); in monetary_read()
/glibc-2.36/localedata/locales/
Duk_UA595 currency_symbol "<U0433><U0440><U043D>." % hr (hryvnya)
646 % currency_symbol.
649 % 1 - the currency_symbol or int_curr_symbol should precede the
655 % 0 - the currency_symbol succeeds the negative value.
656 % 1 - the currency_symbol precedes the negative value.
660 % 0 - means that no space should be printed between the currency_symbol
662 % 1 - means that a space should be printed between the currency_symbol
669 % 0 - no space separates the currency_symbol or int_curr_symbol from the
679 % 0 - Parentheses enclose the quantity and the currency_symbol or
681 % 1 - The sign string precedes the quantity and the currency_symbol or the
[all …]
DC66 % category (except for the int_curr_symbol and currency_symbol, they are
70 currency_symbol ""
Deu_ES@euro60 currency_symbol "<U20AC>"
Den_SC53 currency_symbol "SR"
Den_ZW59 currency_symbol "$"
/glibc-2.36/localedata/tst-fmon-locales/
Dtstfmon_n01y1212 currency_symbol "<U0024>"
Dtstfmon_n02n4012 currency_symbol "<U0024>"
Dtstfmon_n10y3112 currency_symbol "<U0024>"
Dtstfmon_n11y4112 currency_symbol "<U0024>"
Dtstfmon_n12y1112 currency_symbol "<U0024>"
Dtstfmon_n20n3212 currency_symbol "<U0024>"
Dtstfmon_n30y2012 currency_symbol "<U0024>"
Dtstfmon_n41n0012 currency_symbol "<U0024>"
Dtstfmon_y01y1012 currency_symbol "<U0024>"
Dtstfmon_y02n2212 currency_symbol "<U0024>"
Dtstfmon_y22n4212 currency_symbol "<U0024>"
Dtstfmon_y30y2112 currency_symbol "<U0024>"
Dtstfmon_y32n3112 currency_symbol "<U0024>"
Dtstfmon_y40y0012 currency_symbol "<U0024>"
Dtstfmon_y42n2112 currency_symbol "<U0024>"
/glibc-2.36/locale/
Dlocale.h69 char *currency_symbol; /* Local currency symbol. */ member
Dlocaleconv.c35 result.currency_symbol = (char *) _NL_CURRENT (LC_MONETARY, CURRENCY_SYMBOL); in __localeconv()
/glibc-2.36/conform/data/
Dlocale.h-data2 element {struct lconv} {char*} currency_symbol

123456789