ReactOS 0.4.16-dev-21-g2af6fd4
|
Go to the source code of this file.
Macros | |
#define | _MALPHA 0x01 |
#define | _MBLANK 0x02 |
#define | _MDIGIT 0x04 |
#define | _MKMOJI 0x08 |
#define | _MKPNCT 0x10 |
#define | _MLEAD 0x20 |
#define | _MPUNCT 0x40 |
#define | _MTRAIL 0x80 |
#define | _MBALNUM (_MALPHA | _MDIGIT | _MKPNCT | _MKMOJI) |
#define | _MBALPHA (_MALPHA | _MKPNCT | _MKMOJI) |
#define | _MBGRAPH (_MALPHA | _MDIGIT | _MPUNCT | _MKPNCT | _MKMOJI) |
#define | _MBKANA (_MKPNCT | _MKMOJI) |
#define | _MBPRINT (_MALPHA | _MDIGIT | _MPUNCT | _MBLANK | _MKPNCT | _MKMOJI) |
#define | _MBPUNCT (_MPUNCT | _MKPNCT) |
#define | _MBLMASK(c) ((c) & 255) |
#define | _MBHMASK(c) ((c) & ~255) |
#define | _MBGETL(c) ((c) & 255) |
#define | _MBGETH(c) (((c) >> 8) & 255) |
#define | _MBIS16(c) ((c) & 0xff00) |
#define | B _MBLANK |
#define | D _MDIGIT |
#define | P _MPUNCT |
#define | T _MTRAIL |
#define | AT (_MALPHA | _MTRAIL) |
#define | GT (_MKPNCT | _MTRAIL) |
#define | KT (_MKMOJI | _MTRAIL) |
#define | LT (_MLEAD | _MTRAIL) |
#define | PT (_MPUNCT | _MTRAIL) |
#define | MAX_LOCALE_LENGTH 256 |
Variables | |
unsigned char | _mbctype [257] |
char | MSVCRT_current_lc_all [MAX_LOCALE_LENGTH] |
#define _MALPHA 0x01 |
Definition at line 4 of file mbstring.h.
Definition at line 23 of file mbstring.h.
Definition at line 22 of file mbstring.h.
Definition at line 15 of file mbstring.h.
Definition at line 21 of file mbstring.h.
Definition at line 25 of file mbstring.h.
Definition at line 16 of file mbstring.h.
#define _MBLANK 0x02 |
Definition at line 5 of file mbstring.h.
Definition at line 20 of file mbstring.h.
Definition at line 17 of file mbstring.h.
Definition at line 18 of file mbstring.h.
#define _MDIGIT 0x04 |
Definition at line 6 of file mbstring.h.
#define _MKMOJI 0x08 |
Definition at line 7 of file mbstring.h.
#define _MKPNCT 0x10 |
Definition at line 8 of file mbstring.h.
#define _MLEAD 0x20 |
Definition at line 9 of file mbstring.h.
#define _MPUNCT 0x40 |
Definition at line 10 of file mbstring.h.
#define _MTRAIL 0x80 |
Definition at line 11 of file mbstring.h.
Definition at line 34 of file mbstring.h.
Definition at line 28 of file mbstring.h.
Definition at line 29 of file mbstring.h.
Definition at line 35 of file mbstring.h.
Definition at line 36 of file mbstring.h.
Definition at line 37 of file mbstring.h.
#define MAX_LOCALE_LENGTH 256 |
Definition at line 40 of file mbstring.h.
Definition at line 30 of file mbstring.h.
Definition at line 38 of file mbstring.h.
Definition at line 31 of file mbstring.h.
|
extern |