Home
last modified time | relevance | path

Searched refs:mbctype (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/lib/crt/mbstring/
H A D_setmbcp.c111 memset(mbcinfo->mbctype, 0, sizeof(unsigned char[257])); in _setmbcp_l()
118 mbcinfo->mbctype[i + 1] |= _M1; in _setmbcp_l()
139 mbcinfo->mbctype[i + 1] |= _M2; in _setmbcp_l()
154 if (!(mbcinfo->mbctype[i + 1] & _M1)) in _setmbcp_l()
165 if (!(mbcinfo->mbctype[i + 1] & _M1)) in _setmbcp_l()
169 mbcinfo->mbctype[i + 1] |= _SBUP; in _setmbcp_l()
174 mbcinfo->mbctype[i + 1] |= _SBLOW; in _setmbcp_l()
187 if(!(mbcinfo->mbctype[i + 1] & _M1)) in _setmbcp_l()
189 if(mbcinfo->mbctype[i] & (C1_UPPER|C1_LOWER)) in _setmbcp_l()
203 mbcinfo->mbctype[i + 1] |= _MP; in _setmbcp_l()
[all …]
H A Dismblead.c22 return (get_mbcinfo()->mbctype[(c&0xff) + 1] & _M1) != 0; in _ismbblead()
50 return get_mbcinfo()->mbctype; in __p__mbctype()
H A Dismbpun.c21 return (get_mbcinfo()->mbctype[c & 0xff] & _MBPUNCT); in _ismbbpunct()
H A Diskana.c20 return (get_mbcinfo()->mbctype[c & 0xff] & _MBKANA); in _ismbbkana()
H A Dismbkaln.c19 return (get_mbcinfo()->mbctype[c & 0xff] & _MKMOJI); in _ismbbkalnum()
H A Dismbtrl.c25 return (get_mbcinfo()->mbctype[(c&0xff) + 1] & _M2) != 0; in _ismbbtrail()
/reactos/sdk/lib/ucrt/mbstring/
H A Dmbctype.cpp267 ptmbci->mbctype[i] = 0; in setSBCS()
281 ptmbci->mbctype[i] = __acrt_initial_multibyte_data.mbctype[i]; in setSBCS()
459 …e(), sizeof(_mbctypes[0]), ptd->_multibyte_info->mbctype, sizeof(ptd->_multibyte_info->mbcty… in setmbcp_internal()
650 ptmbci->mbctype[ich + 1] |= _SBUP; in setSBUpLow()
656 ptmbci->mbctype[ich + 1] |= _SBLOW; in setSBUpLow()
672 ptmbci->mbctype[ich + 1] |= _SBUP; in setSBUpLow()
678 ptmbci->mbctype[ich + 1] |= _SBLOW; in setSBUpLow()
719 ptmbci->mbctype[ich] = 0; in _setmbcp_nolock()
772 ptmbci->mbctype[ich] = 0; in _setmbcp_nolock()
798 ptmbci->mbctype[ich] = 0; in _setmbcp_nolock()
[all …]
H A Dismbbyte.cpp231 return ((*(_loc_update.GetLocaleT()->mbcinfo->mbctype+1+tst)) & kmask) || in x_ismbbtype_l()
H A Dmbstring.cmake22 mbstring/mbctype.cpp
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_mbstring.h31 #define _mbbisupper_l(_c, p) ((p->mbcinfo->mbctype[(_c) + 1] & _SBUP) == _SBUP)
32 #define _mbbislower_l(_c, p) ((p->mbcinfo->mbctype[(_c) + 1] & _SBLOW) == _SBLOW)
62 (((pt)->mbcinfo->mbctype+1)[_c] & _MS))
65 (((pt)->mbcinfo->mbctype+1)[_c] & _MS))
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))
78 #define _ismbblead_l(_c, p) ((p->mbcinfo->mbctype + 1)[_c] & _M1)
79 #define _ismbbtrail_l(_c, p) ((p->mbcinfo->mbctype + 1)[_c] & _M2)
H A Dcorecrt_internal.h489 unsigned char mbctype[257]; member
/reactos/sdk/lib/crt/include/internal/
H A Dlocale.h38 unsigned char mbctype[257]; member
/reactos/sdk/lib/crt/wine/
H A Dmsvcrt.h103 unsigned char mbctype[257]; member
/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A Dinput.lst154 msvcrt\mbctype.h
/reactos/modules/rostests/winetests/msvcrt/
H A Dmsvcrt.h143 unsigned char mbctype[257]; member