ReactOS
0.4.16-dev-974-g5022a45
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
is_wctype.cpp
Go to the documentation of this file.
1
/***
2
*iswctype.c - support isw* wctype functions/macros for wide characters
3
*
4
* Copyright (c) Microsoft Corporation. All rights reserved.
5
*
6
*Purpose:
7
* Defines iswctype - support isw* wctype functions/macros for
8
* wide characters (esp. > 255).
9
*
10
*******************************************************************************/
11
#include <
corecrt_internal.h
>
12
#include <ctype.h>
13
14
/***
15
*is_wctype - support obsolete name
16
*
17
*Purpose:
18
* Name changed from is_wctype to iswctype. is_wctype must be supported.
19
*
20
*Entry:
21
* wchar_t c - the wide character whose type is to be tested
22
* wchar_t mask - the mask used by the isw* functions/macros
23
* corresponding to each character class property
24
*
25
*Exit:
26
* Returns non-zero if c is of the character class.
27
* Returns 0 if c is not of the character class.
28
*
29
*Exceptions:
30
* Returns 0 on any error.
31
*
32
*******************************************************************************/
33
extern
"C"
int
__cdecl
is_wctype
(
34
wint_t
c
,
35
wctype_t
mask
36
)
37
{
38
return
iswctype
(
c
,
mask
);
39
}
wint_t
int wint_t
Definition:
_apple.h:38
__cdecl
#define __cdecl
Definition:
accygwin.h:79
corecrt_internal.h
iswctype
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
Definition:
freeldr.c:165
c
const GLubyte * c
Definition:
glext.h:8905
mask
GLenum GLint GLuint mask
Definition:
glext.h:6028
is_wctype
int __cdecl is_wctype(wint_t c, wctype_t mask)
Definition:
is_wctype.cpp:33
wctype_t
unsigned short wctype_t
Definition:
corecrt.h:617
sdk
lib
ucrt
misc
is_wctype.cpp
Generated on Thu Apr 10 2025 06:22:54 for ReactOS by
1.9.6