class
	UC_UTF32_ROUTINES

General
	cluster: kernel
	description: "UTF-32 encoding routines"

Ancestors
	KL_IMPORTED_ANY_ROUTINES
	KL_IMPORTED_INTEGER_ROUTINES
	UC_IMPORTED_UNICODE_ROUTINES
	UC_UNICODE_CONSTANTS

Queries
	Any_: KL_ANY_ROUTINES
	Bom_be: STRING_8
	Bom_le: STRING_8
	Canonical_decomposition_mapping: INTEGER_32
	Close_punctuation_category: INTEGER_32
	code (first, second, third, fourth: INTEGER_32; least_endian: BOOLEAN): INTEGER_32
	Compatibility_decomposition_mapping: INTEGER_32
	Connector_punctuation_category: INTEGER_32
	Control_other_category: INTEGER_32
	Currency_symbol_category: INTEGER_32
	Dash_punctuation_category: INTEGER_32
	Decimal_digit_number_category: INTEGER_32
	Encircled_decomposition_mapping: INTEGER_32
	Enclosing_mark_category: INTEGER_32
	Final_decomposition_mapping: INTEGER_32
	Final_quote_punctuation_category: INTEGER_32
	Font_decomposition_mapping: INTEGER_32
	Format_other_category: INTEGER_32
	Fraction_decomposition_mapping: INTEGER_32
	Initial_decomposition_mapping: INTEGER_32
	Initial_quote_punctuation_category: INTEGER_32
	Integer_: KL_INTEGER_ROUTINES
	is_byte (a: INTEGER_32): BOOLEAN
	is_endian_detection_character_least_first (first, second, third, fourth: INTEGER_32): BOOLEAN
	is_endian_detection_character_most_first (first, second, third, fourth: INTEGER_32): BOOLEAN
	Isolated_decomposition_mapping: INTEGER_32
	Letter_number_category: INTEGER_32
	Line_separator_category: INTEGER_32
	Lowercase_letter_category: INTEGER_32
	Math_symbol_category: INTEGER_32
	Maximum_ascii_character: CHARACTER_8
	Maximum_ascii_character_code: INTEGER_32
	Maximum_bmp_character_code: INTEGER_32
	Maximum_unicode_character_code: INTEGER_32
	Maximum_unicode_surrogate_code: INTEGER_32
	Medial_decomposition_mapping: INTEGER_32
	Minimum_ascii_character: CHARACTER_8
	Minimum_ascii_character_code: INTEGER_32
	Minimum_unicode_character_code: INTEGER_32
	Minimum_unicode_surrogate_code: INTEGER_32
	Modifier_letter_category: INTEGER_32
	Modifier_symbol_category: INTEGER_32
	Narrow_decomposition_mapping: INTEGER_32
	No_break_decomposition_mapping: INTEGER_32
	Non_spacing_mark_category: INTEGER_32
	Open_punctuation_category: INTEGER_32
	Other_letter_category: INTEGER_32
	Other_number_category: INTEGER_32
	Other_punctuation_category: INTEGER_32
	Other_symbol_category: INTEGER_32
	Paragraph_separator_category: INTEGER_32
	Platform: KL_PLATFORM
	Private_other_category: INTEGER_32
	Small_decomposition_mapping: INTEGER_32
	Space_separator_category: INTEGER_32
	Spacing_combining_mark_category: INTEGER_32
	Square_decomposition_mapping: INTEGER_32
	Subscript_decomposition_mapping: INTEGER_32
	Superscript_decomposition_mapping: INTEGER_32
	Surrogate_other_category: INTEGER_32
	Titlecase_letter_category: INTEGER_32
	Unassigned_other_category: INTEGER_32
	Unicode: UC_UNICODE_ROUTINES
	Uppercase_letter_category: INTEGER_32
	valid_utf32 (a_string: STRING_8): BOOLEAN
	Vertical_decomposition_mapping: INTEGER_32
	Wide_decomposition_mapping: INTEGER_32


Generated by ISE EiffelStudio