search for: local__ucs2_to_utf8

Displaying 1 result from an estimated 1 matches for "local__ucs2_to_utf8".

2007 Aug 24
0
Fixes to make flac build on Solaris
...atic __inline unsigned local__ucs2len(FLAC__uint16 ucs2) >> +static inline unsigned local__ucs2len(FLAC__uint16 ucs2) >> { >> if (ucs2 < 0x0080) >> return 1; >> @@ -150,7 +150,7 @@ >> return 3; >> } >> >> -static __inline unsigned local__ucs2_to_utf8(FLAC__uint16 ucs2, >> FLAC__byte *utf8) >> +static inline unsigned local__ucs2_to_utf8(FLAC__uint16 ucs2, >> FLAC__byte *utf8) >> { >> if (ucs2 < 0x080) { >> utf8[0] = (FLAC__byte)ucs2; >> +++ flac-1.1.3/src/share/replaygain_analysis/replaygain_ana...