Searched refs:UTF16 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DConvertUTF.h98 typedef unsigned short UTF16; /* at least 16 bits */ typedef
128 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
131 const UTF16** sourceStart, const UTF16* sourceEnd,
143 const UTF16** sourceStart, const UTF16* sourceEnd,
148 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
H A DConvertUTF.c64 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags) {
67 UTF16* target = *targetStart;
85 *target++ = (UTF16)ch; /* normal case */
100 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
101 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
112 const UTF16** sourceStart, const UTF16* sourceEnd,
115 const UTF16* source = *sourceStart;
119 const UTF16* oldSourc
[all...]
H A DJSON_parser.c37 Incorporated benrudiak@googlemail.com fix for UTF16 decoding.
96 typedef unsigned short UTF16; typedef
102 UTF16 utf16_high_surrogate;
578 jc->utf16_high_surrogate = (UTF16)uc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3convertutf.h97 // typedef unsigned short UTF16; /* at least 16 bits */
107 typedef ANTLR3_UINT16 UTF16; /* at least 16 bits */ typedef
136 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
139 const UTF16** sourceStart, const UTF16* sourceEnd,
151 const UTF16** sourceStart, const UTF16* sourceEnd,
156 UTF16** targetStart, UTF16* targetEn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3convertutf.c64 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags) {
67 UTF16* target = *targetStart;
85 *target++ = (UTF16)ch; /* normal case */
100 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
101 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
112 const UTF16** sourceStart, const UTF16* sourceEnd,
115 const UTF16* source = *sourceStart;
119 const UTF16* oldSourc
[all...]
H A Dantlr3string.c351 // UCS2 has the same encoding as UTF16 so we can use UTF16 converter.
358 UTF16 * inputEnd;
381 inputEnd = (UTF16 *) (string->chars);
388 (const UTF16**)&inputEnd,
389 ((const UTF16 *)(string->chars)) + string->len,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S946 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now
H A Dxircom_pgs.S1014 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now

Completed in 79 milliseconds