UTF32 52 ext/json/ext/generator/unicode.c static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, UTF32 108 ext/json/ext/generator/unicode.c UTF32 ch = 0; UTF32 22 ext/json/ext/generator/unicode.h #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD UTF32 23 ext/json/ext/generator/unicode.h #define UNI_MAX_BMP (UTF32)0x0000FFFF UTF32 24 ext/json/ext/generator/unicode.h #define UNI_MAX_UTF16 (UTF32)0x0010FFFF UTF32 25 ext/json/ext/generator/unicode.h #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF UTF32 26 ext/json/ext/generator/unicode.h #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF UTF32 28 ext/json/ext/generator/unicode.h #define UNI_SUR_HIGH_START (UTF32)0xD800 UTF32 29 ext/json/ext/generator/unicode.h #define UNI_SUR_HIGH_END (UTF32)0xDBFF UTF32 30 ext/json/ext/generator/unicode.h #define UNI_SUR_LOW_START (UTF32)0xDC00 UTF32 31 ext/json/ext/generator/unicode.h #define UNI_SUR_LOW_END (UTF32)0xDFFF UTF32 35 ext/json/ext/generator/unicode.h static const UTF32 halfBase = 0x0010000UL; UTF32 36 ext/json/ext/generator/unicode.h static const UTF32 halfMask = 0x3FFUL; UTF32 48 ext/json/ext/parser/unicode.c static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, UTF32 89 ext/json/ext/parser/unicode.c UTF32 ch; UTF32 91 ext/json/ext/parser/unicode.c const UTF32 byteMask = 0xBF; UTF32 92 ext/json/ext/parser/unicode.c const UTF32 byteMark = 0x80; UTF32 99 ext/json/ext/parser/unicode.c UTF32 ch2 = *tmpPtr; UTF32 125 ext/json/ext/parser/unicode.c if (ch < (UTF32) 0x80) { UTF32 127 ext/json/ext/parser/unicode.c } else if (ch < (UTF32) 0x800) { UTF32 129 ext/json/ext/parser/unicode.c } else if (ch < (UTF32) 0x10000) { UTF32 131 ext/json/ext/parser/unicode.c } else if (ch < (UTF32) 0x110000) { UTF32 11 ext/json/ext/parser/unicode.h #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD UTF32 12 ext/json/ext/parser/unicode.h #define UNI_MAX_BMP (UTF32)0x0000FFFF UTF32 13 ext/json/ext/parser/unicode.h #define UNI_MAX_UTF16 (UTF32)0x0010FFFF UTF32 14 ext/json/ext/parser/unicode.h #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF UTF32 15 ext/json/ext/parser/unicode.h #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF UTF32 17 ext/json/ext/parser/unicode.h #define UNI_SUR_HIGH_START (UTF32)0xD800 UTF32 18 ext/json/ext/parser/unicode.h #define UNI_SUR_HIGH_END (UTF32)0xDBFF UTF32 19 ext/json/ext/parser/unicode.h #define UNI_SUR_LOW_START (UTF32)0xDC00 UTF32 20 ext/json/ext/parser/unicode.h #define UNI_SUR_LOW_END (UTF32)0xDFFF UTF32 24 ext/json/ext/parser/unicode.h static const UTF32 halfBase = 0x0010000UL; UTF32 25 ext/json/ext/parser/unicode.h static const UTF32 halfMask = 0x3FFUL;