xref: /illumos-gate/usr/src/lib/libc/port/i18n/_ctype.c (revision 7257d1b4d25bfac0c802847390e98a464fd787ac)
1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License (the "License").
6  * You may not use this file except in compliance with the License.
7  *
8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9  * or http://www.opensolaris.org/os/licensing.
10  * See the License for the specific language governing permissions
11  * and limitations under the License.
12  *
13  * When distributing Covered Code, include this CDDL HEADER in each
14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15  * If applicable, add the following below this CDDL HEADER, with the
16  * fields enclosed by brackets "[]" replaced with your own identifying
17  * information: Portions Copyright [yyyy] [name of copyright owner]
18  *
19  * CDDL HEADER END
20  */
21 
22 /*
23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24  * Use is subject to license terms.
25  */
26 
27 /*	Copyright (c) 1988 AT&T	*/
28 /*	  All Rights Reserved  	*/
29 
30 #pragma ident	"%Z%%M%	%I%	%E% SMI"
31 
32 #pragma weak _ctype = __ctype
33 
34 #include "lint.h"
35 #include <locale.h>
36 #include "_locale.h"
37 #include <ctype.h>
38 #include <sys/types.h>
39 
40 unsigned char __ctype[SZ_TOTAL] =
41 {
42 	0, /* EOF */
43 	_C,	_C,	_C,	_C,	_C,	_C,	_C,	_C,
44 	_C,	_S|_C,	_S|_C,	_S|_C,	_S|_C,	_S|_C,	_C,	_C,
45 	_C,	_C,	_C,	_C,	_C,	_C,	_C,	_C,
46 	_C,	_C,	_C,	_C,	_C,	_C,	_C,	_C,
47 	_S|_B,	_P,	_P,	_P,	_P,	_P,	_P,	_P,
48 	_P,	_P,	_P,	_P,	_P,	_P,	_P,	_P,
49 	_N|_X,	_N|_X,	_N|_X,	_N|_X,	_N|_X,	_N|_X,	_N|_X,	_N|_X,
50 	_N|_X,	_N|_X,	_P,	_P,	_P,	_P,	_P,	_P,
51 	_P,	_U|_X,	_U|_X,	_U|_X,	_U|_X,	_U|_X,	_U|_X,	_U,
52 	_U,	_U,	_U,	_U,	_U,	_U,	_U,	_U,
53 	_U,	_U,	_U,	_U,	_U,	_U,	_U,	_U,
54 	_U,	_U,	_U,	_P,	_P,	_P,	_P,	_P,
55 	_P,	_L|_X,	_L|_X,	_L|_X,	_L|_X,	_L|_X,	_L|_X,	_L,
56 	_L,	_L,	_L,	_L,	_L,	_L,	_L,	_L,
57 	_L,	_L,	_L,	_L,	_L,	_L,	_L,	_L,
58 	_L,	_L,	_L,	_P,	_P,	_P,	_P,	_C,
59 	0,	0,	0,	0,	0,	0,	0,	0,
60 	0,	0,	0,	0,	0,	0,	0,	0,
61 	0,	0,	0,	0,	0,	0,	0,	0,
62 	0,	0,	0,	0,	0,	0,	0,	0,
63 	0,	0,	0,	0,	0,	0,	0,	0,
64 	0,	0,	0,	0,	0,	0,	0,	0,
65 	0,	0,	0,	0,	0,	0,	0,	0,
66 	0,	0,	0,	0,	0,	0,	0,	0,
67 	0,	0,	0,	0,	0,	0,	0,	0,
68 	0,	0,	0,	0,	0,	0,	0,	0,
69 	0,	0,	0,	0,	0,	0,	0,	0,
70 	0,	0,	0,	0,	0,	0,	0,	0,
71 	0,	0,	0,	0,	0,	0,	0,	0,
72 	0,	0,	0,	0,	0,	0,	0,	0,
73 	0,	0,	0,	0,	0,	0,	0,	0,
74 	0,	0,	0,	0,	0,	0,	0,	0,
75 
76 /* tolower()  and toupper() conversion table */	0,
77 	0,	1,	2,	3,	4,	5,	6,	7,
78 	8,	9,	10,	11,	12,	13,	14,	15,
79 	16,	17,	18,	19,	20,	21,	22,	23,
80 	24,	25,	26,	27,	28,	29,	30,	31,
81 	32,	33,	34,	35,	36,	37,	38,	39,
82 	40,	41,	42,	43,	44,	45,	46,	47,
83 	48,	49,	50,	51,	52,	53,	54,	55,
84 	56,	57,	58,	59,	60,	61,	62,	63,
85 	64,	97,	98,	99,	100,	101,	102,	103,
86 	104,	105,	106,	107,	108,	109,	110,	111,
87 	112,	113,	114,	115,	116,	117,	118,	119,
88 	120,	121,	122,	91,	92,	93,	94,	95,
89 	96,	65,	66,	67,	68,	69,	70,	71,
90 	72,	73,	74,	75,	76,	77,	78,	79,
91 	80,	81,	82,	83,	84,	85,	86,	87,
92 	88,	89,	90,	123,	124,	125,	126,	127,
93 	0,	0,	0,	0,	0,	0,	0,	0,
94 	0,	0,	0,	0,	0,	0,	0,	0,
95 	0,	0,	0,	0,	0,	0,	0,	0,
96 	0,	0,	0,	0,	0,	0,	0,	0,
97 	0,	0,	0,	0,	0,	0,	0,	0,
98 	0,	0,	0,	0,	0,	0,	0,	0,
99 	0,	0,	0,	0,	0,	0,	0,	0,
100 	0,	0,	0,	0,	0,	0,	0,	0,
101 	0,	0,	0,	0,	0,	0,	0,	0,
102 	0,	0,	0,	0,	0,	0,	0,	0,
103 	0,	0,	0,	0,	0,	0,	0,	0,
104 	0,	0,	0,	0,	0,	0,	0,	0,
105 	0,	0,	0,	0,	0,	0,	0,	0,
106 	0,	0,	0,	0,	0,	0,	0,	0,
107 	0,	0,	0,	0,	0,	0,	0,	0,
108 	0,	0,	0,	0,	0,	0,	0,	0,
109 /* CSWIDTH information */
110 	1,	0,	0,	1,	0,	0,	1,
111 };
112 
113 unsigned char	_numeric[SZ_NUMERIC] =
114 {
115 	'.',	'\0',
116 };
117