Searched refs:mon_thousands_sep (Results 1 – 10 of 10) sorted by relevance
275 if (lc->mon_thousands_sep == NULL || in _M_initialize_moneypunct()276 lc->mon_thousands_sep[0] == '\0') in _M_initialize_moneypunct()286 _M_data->_M_thousands_sep = lc->mon_thousands_sep[0]; in _M_initialize_moneypunct()429 if (lc->mon_thousands_sep == NULL || in _M_initialize_moneypunct()430 lc->mon_thousands_sep[0] == '\0') in _M_initialize_moneypunct()616 if (lc->mon_thousands_sep == NULL || in _M_initialize_moneypunct()617 lc->mon_thousands_sep[0] == '\0') in _M_initialize_moneypunct()628 (wchar_t)lc->mon_thousands_sep[0]; in _M_initialize_moneypunct()776 if (lc->mon_thousands_sep == NULL || in _M_initialize_moneypunct()777 lc->mon_thousands_sep[0] == '\0') in _M_initialize_moneypunct()[all …]
75 char *mon_thousands_sep; /* Thousands separator. */ member
227 const char *mon_thousands_sep; member
61 STRTEST (mon_thousands_sep, ""); in run_test()
147 DEFINE_ELEMENT (MON_THOUSANDS_SEP, "mon_thousands_sep", std, string)
Completed in 20 milliseconds