Searched refs:mbctype (Results 1 – 15 of 15) sorted by relevance
111 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 …]
22 return (get_mbcinfo()->mbctype[(c&0xff) + 1] & _M1) != 0; in _ismbblead()50 return get_mbcinfo()->mbctype; in __p__mbctype()
21 return (get_mbcinfo()->mbctype[c & 0xff] & _MBPUNCT); in _ismbbpunct()
20 return (get_mbcinfo()->mbctype[c & 0xff] & _MBKANA); in _ismbbkana()
19 return (get_mbcinfo()->mbctype[c & 0xff] & _MKMOJI); in _ismbbkalnum()
25 return (get_mbcinfo()->mbctype[(c&0xff) + 1] & _M2) != 0; in _ismbbtrail()
267 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 …]
231 return ((*(_loc_update.GetLocaleT()->mbcinfo->mbctype+1+tst)) & kmask) || in x_ismbbtype_l()
22 mbstring/mbctype.cpp
31 #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)
489 unsigned char mbctype[257]; member
38 unsigned char mbctype[257]; member
103 unsigned char mbctype[257]; member
154 msvcrt\mbctype.h
143 unsigned char mbctype[257]; member