Searched refs:_MP (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/lib/ucrt/mbstring/ |
H A D | ismbbyte.cpp | 86 return x_ismbbtype_l(plocinfo,tst,0,(_MS | _MP)); 91 return x_ismbbtype_l(nullptr,tst,0,(_MS | _MP)); 96 return x_ismbbtype_l(plocinfo,tst,0,_MP); 101 return x_ismbbtype_l(nullptr,tst,0,_MP); 129 return x_ismbbtype_l(plocinfo,tst,(_PUNCT | _ALPHA | _DIGIT),(_MS | _MP)); 134 return x_ismbbtype_l(nullptr,tst,(_PUNCT | _ALPHA | _DIGIT),(_MS | _MP)); 149 return x_ismbbtype_l(plocinfo,tst,_PUNCT, _MP); 154 return x_ismbbtype_l(nullptr,tst,_PUNCT, _MP); 159 return (tst == '\t') ? _BLANK : x_ismbbtype_l(plocinfo,tst,_BLANK, _MP); 164 return (tst == '\t') ? _BLANK : x_ismbbtype_l(nullptr,tst,_BLANK, _MP); [all …]
|
H A D | mbctype.cpp | 136 static char __rgctypeflag[NUM_CTYPES] = { _MS, _MP, _M1, _M2 };
|
/reactos/sdk/include/ucrt/ |
H A D | mbctype.h | 43 #define _MP 0x02 // MBCS punctuation macro 152 #define _ismbbkprint(_c) ((_mbctype+1)[(unsigned char)(_c)] & (_MS | _MP)) 153 #define _ismbbkpunct(_c) ((_mbctype+1)[(unsigned char)(_c)] & (_MP )) 167 #define _ismbbkana(_c) ((_mbctype+1)[(unsigned char)(_c)] & (_MS | _MP))
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_mbstring.h | 68 (((pt)->mbcinfo->mbctype+1)[_c] & (_MS|_MP))) 71 (((pt)->mbcinfo->mbctype + 1)[_c] & (_MS|_MP))) 73 (((pt)->mbcinfo->mbctype+1)[_c] & _MP)) 75 (((pt)->mbcinfo->mbctype+1)[_c] & _MP))
|
/reactos/sdk/include/psdk/ |
H A D | usb200.h | 109 struct _MP { struct 113 } _MP; member
|
/reactos/sdk/lib/crt/mbstring/ |
H A D | _setmbcp.c | 203 mbcinfo->mbctype[i + 1] |= _MP; in _setmbcp_l()
|
/reactos/sdk/include/crt/ |
H A D | mbctype.h | 41 #define _MP 0x02 macro
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | msvcrt.h | 816 #define _MP 0x02 macro
|