Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class I18N_LOCALE_INFO General cluster: locale_info description: "Class that encapsulates formatting information for one specific locale" create: make Ancestors I18N_CODE_PAGE_INFO I18N_CURRENCY_INFO I18N_DATE_TIME_INFO I18N_NUMERIC_INFO Queries abbreviated_day_names: ARRAY [STRING_32] abbreviated_month_names: ARRAY [STRING_32] am_suffix: STRING_32 ansi_code_page: detachable STRING_8 code_page: detachable STRING_8 currency_decimal_separator: STRING_32 currency_group_separator: STRING_32 currency_grouping: ARRAY [INTEGER_32] currency_international_decimal_separator: STRING_32 currency_international_group_separator: STRING_32 currency_international_grouping: ARRAY [INTEGER_32] currency_international_number_list_separator: STRING_32 currency_international_numbers_after_decimal_separator: INTEGER_32 currency_international_symbol: STRING_32 Currency_international_symbol_appended: INTEGER_32 currency_international_symbol_location: INTEGER_32 Currency_international_symbol_prefixed: INTEGER_32 Currency_international_symbol_radix: INTEGER_32 currency_negative_sign: STRING_32 currency_number_list_separator: STRING_32 currency_numbers_after_decimal_separator: INTEGER_32 currency_positive_sign: STRING_32 currency_symbol: STRING_32 Currency_symbol_appended: INTEGER_32 currency_symbol_location: INTEGER_32 Currency_symbol_prefixed: INTEGER_32 Currency_symbol_radix: INTEGER_32 date_separator: STRING_32 date_time_format: STRING_32 day_names: ARRAY [STRING_32] Default_abbreviated_day_names: ARRAY [STRING_32] Default_abbreviated_month_names: ARRAY [STRING_32] Default_am_suffix: STRING_32 Default_currency_decimal_separator: STRING_32 Default_currency_group_separator: STRING_32 Default_currency_grouping: ARRAY [INTEGER_32] Default_currency_negative_sign: STRING_32 Default_currency_number_list_separator: STRING_32 Default_currency_numbers_after_decimal_separator: INTEGER_32 Default_currency_positive_sign: STRING_32 Default_currency_symbol: STRING_32 Default_currency_symbol_location: INTEGER_32 Default_date_separator: STRING_32 Default_date_time_format: STRING_32 Default_day_names: ARRAY [STRING_32] Default_long_date_format: STRING_32 Default_long_time_format: STRING_32 Default_month_names: ARRAY [STRING_32] Default_negative_sign: STRING_32 Default_pm_suffix: STRING_32 Default_positive_sign: STRING_32 Default_short_date_format: STRING_32 Default_short_time_format: STRING_32 Default_time_separator: STRING_32 Default_value_decimal_separator: STRING_32 Default_value_group_separator: STRING_32 Default_value_grouping: ARRAY [INTEGER_32] Default_value_number_list_separator: STRING_32 Default_value_numbers_after_decimal_separator: INTEGER_32 id: I18N_LOCALE_ID long_date_format: STRING_32 long_time_format: STRING_32 mac_code_page: detachable STRING_8 month_names: ARRAY [STRING_32] oem_code_page: detachable STRING_8 pm_suffix: STRING_32 short_date_format: STRING_32 short_time_format: STRING_32 time_separator: STRING_32 value_decimal_separator: STRING_32 value_group_separator: STRING_32 value_grouping: ARRAY [INTEGER_32] value_negative_sign: STRING_32 value_number_list_separator: STRING_32 value_numbers_after_decimal_separator: INTEGER_32 value_positive_sign: STRING_32 Commands set_abbreviated_day_names (a_abbreviated_day_names: ARRAY [STRING_32]) set_abbreviated_month_names (a_abbreviated_month_names: ARRAY [STRING_32]) set_am_suffix (suffix: READABLE_STRING_GENERAL) set_currency_decimal_separator (separator: READABLE_STRING_GENERAL) set_currency_group_separator (separator: READABLE_STRING_GENERAL) set_currency_grouping (a_array: ARRAY [INTEGER_32]) set_currency_negative_sign (a_string: READABLE_STRING_GENERAL) set_currency_number_list_separator (separator: READABLE_STRING_GENERAL) set_currency_numbers_after_decimal_separator (numbers: INTEGER_32) set_currency_positive_sign (a_string: READABLE_STRING_GENERAL) set_currency_symbol (a_currency_symbol: READABLE_STRING_GENERAL) set_currency_symbol_location (a_location: INTEGER_32) set_date_separator (sep: READABLE_STRING_GENERAL) set_date_time_format (format: READABLE_STRING_GENERAL) set_day_names (a_day_names: ARRAY [STRING_32]) set_id (an_id: I18N_LOCALE_ID) set_international_currency_decimal_separator (separator: READABLE_STRING_GENERAL) set_international_currency_group_separator (separator: READABLE_STRING_GENERAL) set_international_currency_grouping (a_array: ARRAY [INTEGER_32]) set_international_currency_number_list_separator (separator: READABLE_STRING_GENERAL) set_international_currency_numbers_after_decimal_separator (numbers: INTEGER_32) set_international_currency_symbol (a_currency_symbol: READABLE_STRING_GENERAL) set_international_currency_symbol_location (a_location: INTEGER_32) set_long_date_format (format: READABLE_STRING_GENERAL) set_long_time_format (format: READABLE_STRING_GENERAL) set_month_names (a_month_names: ARRAY [STRING_32]) set_pm_suffix (suffix: READABLE_STRING_GENERAL) set_short_date_format (format: READABLE_STRING_GENERAL) set_short_time_format (format: READABLE_STRING_GENERAL) set_time_separator (sep: READABLE_STRING_GENERAL) set_value_decimal_separator (separator: READABLE_STRING_GENERAL) set_value_group_separator (separator: READABLE_STRING_GENERAL) set_value_grouping (a_array: ARRAY [INTEGER_32]) set_value_negative_sign (a_string: READABLE_STRING_GENERAL) set_value_number_list_separator (separator: READABLE_STRING_GENERAL) set_value_numbers_after_decimal_separator (numbers: INTEGER_32) set_value_positive_sign (a_string: READABLE_STRING_GENERAL) Constraints id not void
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org