diff options
Diffstat (limited to 'gcc/ada/a-zchhan.ads')
-rw-r--r-- | gcc/ada/a-zchhan.ads | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/a-zchhan.ads b/gcc/ada/a-zchhan.ads index 4c78dcd..354452b 100644 --- a/gcc/ada/a-zchhan.ads +++ b/gcc/ada/a-zchhan.ads @@ -82,13 +82,14 @@ package Ada.Wide_Wide_Characters.Handling is -- categorized as mark_non_spacing or mark_spacing_combining, otherwise -- returns false. - function Is_Other (Item : Wide_Wide_Character) return Boolean; - pragma Inline (Is_Other); + function Is_Other_Format (Item : Wide_Wide_Character) return Boolean; + pragma Inline (Is_Other_Format); -- Returns True if the Wide_Wide_Character designated by Item is -- categorized as other_format, otherwise returns false. - function Is_Punctuation (Item : Wide_Wide_Character) return Boolean; - pragma Inline (Is_Punctuation); + function Is_Punctuation_Connector + (Item : Wide_Wide_Character) return Boolean; + pragma Inline (Is_Punctuation_Connector); -- Returns True if the Wide_Wide_Character designated by Item is -- categorized as punctuation_connector, otherwise returns false. |