Searched refs:UTF32 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DConvertUTF.h32 Conversions between UTF32, UTF-16, and UTF-8. Header file.
97 typedef unsigned long UTF32; /* at least 32 bits */ typedef
103 #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD
104 #define UNI_MAX_BMP (UTF32)0x0000FFFF
105 #define UNI_MAX_UTF16 (UTF32)0x0010FFFF
106 #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF
107 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF
136 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
139 const UTF32** sourceStar
[all...]
H A DConvertUTF.c25 Conversions between UTF32, UTF-16, and UTF-8. Source code file.
50 static const UTF32 halfBase = 0x0010000UL;
51 static const UTF32 halfMask = 0x3FFUL;
53 #define UNI_SUR_HIGH_START (UTF32)0xD800
54 #define UNI_SUR_HIGH_END (UTF32)0xDBFF
55 #define UNI_SUR_LOW_START (UTF32)0xDC00
56 #define UNI_SUR_LOW_END (UTF32)0xDFFF
63 const UTF32** sourceStart, const UTF32* sourceEnd,
66 const UTF32* sourc
[all...]
H A Dbencode.c1400 UTF32 buf[1] = { 0 };
1401 UTF32 * u32 = buf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3convertutf.h25 Conversions between UTF32, UTF-16, and UTF-8. Header file.
96 // typedef unsigned long UTF32; /* at least 32 bits */
106 typedef ANTLR3_UINT32 UTF32; /* at least 32 bits */ typedef
111 #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD
112 #define UNI_MAX_BMP (UTF32)0x0000FFFF
113 #define UNI_MAX_UTF16 (UTF32)0x0010FFFF
114 #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF
115 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF
144 UTF32** targetStart, UTF32* targetEn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3convertutf.c25 Conversions between UTF32, UTF-16, and UTF-8. Source code file.
50 static const UTF32 halfBase = 0x0010000UL;
51 static const UTF32 halfMask = 0x3FFUL;
53 #define UNI_SUR_HIGH_START (UTF32)0xD800
54 #define UNI_SUR_HIGH_END (UTF32)0xDBFF
55 #define UNI_SUR_LOW_START (UTF32)0xDC00
56 #define UNI_SUR_LOW_END (UTF32)0xDFFF
63 const UTF32** sourceStart, const UTF32* sourceEnd,
66 const UTF32* sourc
[all...]

Completed in 131 milliseconds