|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <_types/_wchar_t.h>

Macros | |
| #define | WEOF 0xffffffffU |
| #define | WCTYPE_ALNUM 1 |
| #define | WCTYPE_ALPHA 2 |
| #define | WCTYPE_BLANK 3 |
| #define | WCTYPE_CNTRL 4 |
| #define | WCTYPE_DIGIT 5 |
| #define | WCTYPE_GRAPH 6 |
| #define | WCTYPE_LOWER 7 |
| #define | WCTYPE_PRINT 8 |
| #define | WCTYPE_PUNCT 9 |
| #define | WCTYPE_SPACE 10 |
| #define | WCTYPE_UPPER 11 |
| #define | WCTYPE_XDIGIT 12 |
Typedefs | |
| typedef const int * | wctrans_t |
| typedef unsigned | wint_t |
| typedef unsigned long | wctype_t |
Functions | |
| int | iswalnum (wint_t) |
| int | iswalpha (wint_t) |
| int | iswblank (wint_t) |
| int | iswcntrl (wint_t) |
| int | iswctype (wint_t, wctype_t) |
| int | iswdigit (wint_t) |
| int | iswgraph (wint_t) |
| int | iswlower (wint_t) |
| int | iswprint (wint_t) |
| int | iswpunct (wint_t) |
| int | iswspace (wint_t) |
| int | iswupper (wint_t) |
| int | iswxdigit (wint_t) |
| wint_t | towctrans (wint_t, wctrans_t) |
| wint_t | towlower (wint_t) |
| wint_t | towupper (wint_t) |
| wctrans_t | wctrans (const char *) |
| wctype_t | wctype (const char *) |
| #define WCTYPE_ALNUM 1 |
| #define WCTYPE_ALPHA 2 |
| #define WCTYPE_BLANK 3 |
| #define WCTYPE_CNTRL 4 |
| #define WCTYPE_DIGIT 5 |
| #define WCTYPE_GRAPH 6 |
| #define WCTYPE_LOWER 7 |
| #define WCTYPE_PRINT 8 |
| #define WCTYPE_PUNCT 9 |
| #define WCTYPE_SPACE 10 |
| #define WCTYPE_UPPER 11 |
| #define WCTYPE_XDIGIT 12 |
| #define WEOF 0xffffffffU |
| typedef const int* wctrans_t |
| typedef unsigned long wctype_t |
| typedef unsigned wint_t |
| int iswalnum | ( | wint_t | ) |
References iswalpha(), and iswdigit().
Referenced by iswctype().

| int iswalpha | ( | wint_t | ) |
References table.
Referenced by __towcase(), iswalnum(), and iswctype().

| int iswblank | ( | wint_t | ) |
| int iswcntrl | ( | wint_t | ) |
References iswalnum(), iswalpha(), iswblank(), iswcntrl(), iswdigit(), iswgraph(), iswlower(), iswprint(), iswpunct(), iswspace(), iswupper(), iswxdigit(), type, WCTYPE_ALNUM, WCTYPE_ALPHA, WCTYPE_BLANK, WCTYPE_CNTRL, WCTYPE_DIGIT, WCTYPE_GRAPH, WCTYPE_LOWER, WCTYPE_PRINT, WCTYPE_PUNCT, WCTYPE_SPACE, WCTYPE_UPPER, and WCTYPE_XDIGIT.
| int iswdigit | ( | wint_t | ) |
| int iswgraph | ( | wint_t | ) |
References iswprint(), and iswspace().
Referenced by iswctype().

| int iswlower | ( | wint_t | ) |
| int iswprint | ( | wint_t | ) |
| int iswpunct | ( | wint_t | ) |
| int iswspace | ( | wint_t | ) |
References wcschr().
Referenced by iswctype(), and iswgraph().

| int iswupper | ( | wint_t | ) |
| int iswxdigit | ( | wint_t | ) |
References towlower(), and towupper().
References __towcase(), and tolower().
Referenced by iswupper(), and towctrans().

References __towcase(), and toupper().
Referenced by iswlower(), and towctrans().

1.8.15