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