immutable class UNICODE < $ORDERED{UNICODE} |
---|
**** |
________This_partial_class_is_used_in_defining_the_language_full_encoding_of ___all_forms_of_character_in_a_32-bit_'number'_as_specified_in_the_standard ___ISO/IEC_10646-1.2:1993. ________Since_for_multiple_case_languages_which_have_the_notion_of_letters, ___digits_etc_there_is_a_wide_range_of_codes_falling_into_each_class,_only ___those_codes_which_appear_in_the_various_Latin,_Greek_and_Cyrillic_tables ___of_the_standard_are_given_explicit_definition.___Other_groupings_defined ___by_the_standard_are_defined_as_multiple_ranges. |
$ORDERED{_} | $IS_LT{_} | $IS_EQ | $VALUE{_} | $NIL | $IS_NIL |
const Invalid_Val : CARD := 0x7FFFFFFF ; |
---|
digit_value(script : SCRIPTS) : CARD |
---|
**** |
________This_routine_returns_the_numeric_value_of_the_octal_digit_encoded_by_self. |
do_card : CARD |
---|
**** |
________This_routine_returns_the_integer_version_of_self. |
do_create(val : CARD) : SAME |
---|
**** |
________This_routine_merely_makes_use_of_a_built-in_to_type_'cast'_to_UCS4. |
is_down_mapped(out map : CASE_MAPLET) : BOOL |
---|
**** |
________This_private_routine_searches_case_maplets,_returning_the_conversion ___maplet_to_lower_case_found_if_successful,_otherwise_void |
is_up_mapped(out map : CASE_MAPLET) : BOOL |
---|
**** |
________This_private_routine_searches_case_maplets,_returning_the_conversion ___maplet_to_lower_case_found_if_successful,_otherwise_void |
octal_value(script : SCRIPTS) : CARD |
---|
**** |
________This_routine_returns_the_numeric_value_of_the_octal_digit_encoded_by_self. |
const priv_nil : SAME := do_create(Invalid_Val) ; |
---|