11 #error This file should only be compiled with _MBCS defined
44 if (_loc_update.GetLocaleT()->mbcinfo->mbcodepage !=
_KANJI_CP)
49 if (h < 0x21 || h > 0x7e || l < 0x21 || l > 0x7e)
63 h = ((
h - 0x21) >> 1) + 0x81;
100 _LocaleUpdate _loc_update(
plocinfo);
102 if ( _loc_update.GetLocaleT()->mbcinfo->mbcodepage !=
_KANJI_CP )
115 h -= (
h >= 0xa0) ? 0xc1 : 0x81;
117 c = (
h << 9) + 0x2200;
120 c = (
h << 9) + 0x2100;
121 c |=
l - ((
l <= 0x7e) ? 0x1f : 0x20);
125 if ( (
c>0x7E7E) || (
c<0x2121) || ((
c&0xFF)>0x7E) || ((
c&0xFF)<0x21) )
#define _ismbblead_l(_c, p)
#define _ismbbtrail_l(_c, p)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLfloat GLfloat GLfloat GLfloat h
_Check_return_ _CRTIMP unsigned int __cdecl _mbcjmstojis(_In_ unsigned int _Ch)
_Check_return_ _CRTIMP unsigned int __cdecl _mbcjistojms(_In_ unsigned int _Ch)
unsigned int __cdecl _mbcjistojms_l(unsigned int c, _locale_t plocinfo)
unsigned int __cdecl _mbcjmstojis_l(unsigned int c, _locale_t plocinfo)