OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [ada/] [a-locale.ads] - Blame information for rev 706

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 706 jeremybenn
------------------------------------------------------------------------------
2
--                                                                          --
3
--                         GNAT RUN-TIME COMPONENTS                         --
4
--                                                                          --
5
--                           A D A . L O C A L E S                          --
6
--                                                                          --
7
--                                 S p e c                                  --
8
--                                                                          --
9
--            Copyright (C) 2010, Free Software Foundation, Inc.            --
10
--                                                                          --
11
-- This specification is derived from the Ada Reference Manual for use with --
12
-- GNAT.  In accordance with the copyright of that document, you can freely --
13
-- copy and modify this specification,  provided that if you redistribute a --
14
-- modified version,  any changes that you have made are clearly indicated. --
15
--                                                                          --
16
------------------------------------------------------------------------------
17
 
18
package Ada.Locales is
19
   pragma Preelaborate (Locales);
20
   pragma Remote_Types (Locales);
21
 
22
   type Language_Code is array (1 .. 3) of Character range 'a' .. 'z';
23
   type Country_Code  is array (1 .. 2) of Character range 'A' .. 'Z';
24
 
25
   Language_Unknown : constant Language_Code := "und";
26
   Country_Unknown  : constant Country_Code := "ZZ";
27
 
28
   function Language return Language_Code;
29
   function Country return Country_Code;
30
 
31
end Ada.Locales;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.