| Top |
| gboolean | go_locale_24h () |
| char const * | go_locale_boolean_name () |
| char | go_locale_get_arg_sep () |
| char | go_locale_get_col_sep () |
| GString const * | go_locale_get_currency () |
| GString const * | go_locale_get_date_format () |
| GString const * | go_locale_get_decimal () |
| char | go_locale_get_row_sep () |
| GString const * | go_locale_get_thousand () |
| GString const * | go_locale_get_time_format () |
| int | go_locale_month_before_day () |
| void | go_locale_untranslated_booleans () |
| char const * | go_setlocale () |
char const *
go_locale_boolean_name (gboolean b);
Current locale's rendering of b
.
GString const * go_locale_get_currency (gboolean *precedes,gboolean *space_sep);
Current locale's currency symbol.
GString const *
go_locale_get_date_format (void);
Current locale's date format as a string.
GString const *
go_locale_get_decimal (void);
Current locale's decimal separator.
GString const *
go_locale_get_thousand (void);
Current locale's thousands separator. This may be an empty string.
GString const *
go_locale_get_time_format (void);
Current locale's time format as a string.
int
go_locale_month_before_day (void);
A quick utility routine to guess whether the default date format uses day/month or month/day.
void
go_locale_untranslated_booleans (void);
Short circuit the current locale so that we can import files and still produce error messages in the current LC_MESSAGE.