Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dlanguage.h37 char digit_group_separator_currency[8]; member
H A Dstrings.cpp497 const char *separator = _settings_game.locale.digit_group_separator_currency.c_str(); in FormatGenericCurrency()
499 if (StrEmpty(separator)) separator = _langpack.langpack->digit_group_separator_currency; in FormatGenericCurrency()
1718 … StrValid(this->digit_group_separator_currency, lastof(this->digit_group_separator_currency)) && in IsValid()
H A Dsettings_type.h236 std::string digit_group_separator_currency; ///< thousand separator for currencies member
/dports/games/openttd/openttd-12.1/src/strgen/
H A Dstrgen.cpp160 …strecpy(_lang.digit_group_separator_currency, strcmp(str, "{NBSP}") == 0 ? NBSP : str, lastof(_lan… in HandlePragma()
H A Dstrgen_base.cpp831 strecpy(_lang.digit_group_separator_currency, ",", lastof(_lang.digit_group_separator_currency)); in ParseFile()
/dports/games/openttd/openttd-12.1/src/table/settings/
H A Dlocale_settings.ini164 var = locale.digit_group_separator_currency