24 if ((
c >= 0x40 &&
c <= 0x7e ) || (
c >= 0x80 &&
c <= 0xfc ) )
28 else if ((
c >= 0x20 &&
c <= 0x7E ) || (
c >= 0xA1 &&
c <= 0xDF ) ||
29 (
c >= 0x81 &&
c <= 0x9F ) || (
c >= 0xE0 &&
c <= 0xFC ) )
34 if ((
c >= 0x20 &&
c <= 0x7E ) || (
c >= 0xA1 &&
c <= 0xDF )) {
37 else if ( (
c >= 0x81 &&
c <= 0x9F ) || (
c >= 0xE0 &&
c <= 0xFC) )
39 else if ((
c >= 0x20 &&
c <= 0x7E ) || (
c >= 0xA1 &&
c <= 0xDF ) ||
40 (
c >= 0x81 &&
c <= 0x9F ) || (
c >= 0xE0 &&
c <= 0xFC ) )
54 const unsigned char *
end =
str +
n;
GLuint GLuint GLsizei GLenum type
int _mbsbtype(const unsigned char *str, size_t n)
int _mbbtype(unsigned char c, int type)
_Check_return_ _CRTIMP int __cdecl _ismbbtrail(_In_ unsigned int _C)
int __cdecl _ismbblead(unsigned int)