2 * TEST SUITE FOR MB/WC FUNCTIONS IN CLIBRARY
6 * WCTYPE: wctype_t wctype( const char *class );
11 * When a return value is expected to be 0 (false),
12 * set ret_flg=1 and set ret_val=0.
13 * Otherwise just set ret_flg=0.
17 TST_WCTYPE tst_wctype_loc
[] = {
19 { { Twctype
, TST_LOC_de
},
21 { /*inp*/ { "alnum" }, /* #01 */
24 { /*inp*/ { "alpha" }, /* #02 */
27 { /*inp*/ { "cntrl" }, /* #03 */
30 { /*inp*/ { "digit" }, /* #04 */
33 { /*inp*/ { "graph" }, /* #05 */
36 { /*inp*/ { "lower" }, /* #06 */
39 { /*inp*/ { "print" }, /* #07 */
42 { /*inp*/ { "punct" }, /* #08 */
45 { /*inp*/ { "space" }, /* #09 */
48 { /*inp*/ { "upper" }, /* #10 */
51 { /*inp*/ { "xdigit" }, /* #11 */
54 { /*inp*/ { "" }, /* #12 */
57 { /*inp*/ { "ideograph" }, /* #13 */
60 { /*inp*/ { "english" }, /* #14 */
63 { /*inp*/ { "ascii" }, /* #15 */
66 { /*inp*/ { "special" }, /* #16 */
72 { { Twctype
, TST_LOC_enUS
},
74 { /*inp*/ { "alnum" }, /* #01 */
77 { /*inp*/ { "alpha" }, /* #02 */
80 { /*inp*/ { "cntrl" }, /* #03 */
83 { /*inp*/ { "digit" }, /* #04 */
86 { /*inp*/ { "graph" }, /* #05 */
89 { /*inp*/ { "lower" }, /* #06 */
92 { /*inp*/ { "print" }, /* #07 */
95 { /*inp*/ { "punct" }, /* #08 */
98 { /*inp*/ { "space" }, /* #09 */
101 { /*inp*/ { "upper" }, /* #10 */
104 { /*inp*/ { "xdigit" }, /* #11 */
107 { /*inp*/ { "" }, /* #12 */
110 { /*inp*/ { "ideograph" }, /* #13 */
113 { /*inp*/ { "english" }, /* #14 */
116 { /*inp*/ { "ascii" }, /* #15 */
119 { /*inp*/ { "special" }, /* #16 */
125 { { Twctype
, TST_LOC_eucJP
},
127 { /*inp*/ { "alnum" }, /* #01 */
130 { /*inp*/ { "alpha" }, /* #02 */
133 { /*inp*/ { "cntrl" }, /* #03 */
136 { /*inp*/ { "digit" }, /* #04 */
139 { /*inp*/ { "graph" }, /* #05 */
142 { /*inp*/ { "lower" }, /* #06 */
145 { /*inp*/ { "print" }, /* #07 */
148 { /*inp*/ { "punct" }, /* #08 */
151 { /*inp*/ { "space" }, /* #09 */
154 { /*inp*/ { "upper" }, /* #10 */
157 { /*inp*/ { "xdigit" }, /* #11 */
160 { /*inp*/ { "ideogram" }, /* #12 */
163 { /*inp*/ { "phonogram" }, /* #13 */
166 { /*inp*/ { "jspace" }, /* #14 */
169 { /*inp*/ { "jhira" }, /* #15 */
172 { /*inp*/ { "jkata" }, /* #16 */
175 { /*inp*/ { "jkanji" }, /* #17 */
178 { /*inp*/ { "jdigit" }, /* #18 */
184 { { Twctype
, TST_LOC_end
}}