class UC_CHARACTER General cluster: kernel description: "Unicode characters" create: make_from_character, make_from_code Ancestors HASHABLE* KL_COMPARABLE* KL_IMPORTED_INTEGER_ROUTINES KL_IMPORTED_STRING_ROUTINES KL_SHARED_PLATFORM UC_IMPORTED_UNICODE_ROUTINES Queries as_lower: [like Current] UC_CHARACTER as_upper: [like Current] UC_CHARACTER code: INTEGER_32 hash_code: INTEGER_32 Integer_: KL_INTEGER_ROUTINES is_ascii: BOOLEAN is_equal (other: [like Current] UC_CHARACTER): BOOLEAN is_greater alias ">" (other: [like Current] UC_CHARACTER): BOOLEAN is_greater_equal alias ">=" (other: [like Current] UC_CHARACTER): BOOLEAN is_hashable: BOOLEAN is_less alias "<" (other: [like Current] UC_CHARACTER): BOOLEAN is_less_equal alias "<=" (other: [like Current] UC_CHARACTER): BOOLEAN max (other: [like Current] UC_CHARACTER): [like Current] UC_CHARACTER min (other: [like Current] UC_CHARACTER): [like Current] UC_CHARACTER out: STRING_8 Platform: KL_PLATFORM String_: KL_STRING_ROUTINES three_way_comparison (other: [like Current] UC_CHARACTER): INTEGER_32 to_character: CHARACTER_8 to_lower: [like Current] UC_CHARACTER to_upper: [like Current] UC_CHARACTER Unicode: UC_UNICODE_ROUTINES Constraints valid code
Generated by ISE EiffelStudio