Home
last modified time | relevance | path

Searched refs:SgCodec (Results 1 – 9 of 9) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dtranscoder.h43 SgCodec *codec;
58 SG_EXTERN SgObject Sg_MakeTranscoder(SgCodec *codec, SgEolStyle eolStyle,
61 SgCodec *codec, SgEolStyle eolStyle,
H A Dunicode.h81 SgCodec *codec, int checkBOMNow);
84 SG_EXTERN int64_t Sg_ConvertUtf8BufferToUcs4(SgCodec *codec,
90 SG_EXTERN int64_t Sg_ConvertUtf16BufferToUcs4(SgCodec *codec,
H A Dcodec.h84 #define SG_CODEC(obj) ((SgCodec*)obj)
H A Dsagittariusdefs.h256 typedef struct SgCodecRec SgCodec; typedef
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dcodec.c59 static SgCodec* make_codec() in make_codec()
61 SgCodec* z = SG_NEW(SgCodec); in make_codec()
151 static SgCodec *z = NULL; in Sg_MakeUtf8Codec()
234 SgCodec* z; in Sg_MakeUtf16Codec()
357 static int64_t convert_utf32_buffer_ucs32(SgCodec *codec, in convert_utf32_buffer_ucs32()
406 SgCodec* z = make_codec(); in Sg_MakeUtf32Codec()
489 static int64_t convert_latin1_buffer_ucs32(SgCodec *codec, in convert_latin1_buffer_ucs32()
537 SgCodec* z = make_codec(); in Sg_MakeLatin1Codec()
643 SgCodec *z = make_codec(); in Sg_MakeCustomCodecSimple()
H A Dunicode.c359 int64_t cname(SgCodec *codec, uint8_t *u8buf, int64_t u8size, \
432 SgCodec *codec, int checkBOMNow) in Sg_ConvertUtf16ToUcs4()
506 SgCodec *codec = Sg_MakeUtf16Codec(UTF_16BE); in Sg_StringToWCharTs()
508 SgCodec *codec = Sg_MakeUtf16Codec(UTF_16LE); in Sg_StringToWCharTs()
511 SgCodec *codec = Sg_MakeUtf32Codec(UTF_32USE_NATIVE_ENDIAN); in Sg_StringToWCharTs()
531 SgCodec *codec = Sg_MakeUtf16Codec(UTF_16BE); in Sg_WCharTsToString()
533 SgCodec *codec = Sg_MakeUtf16Codec(UTF_16LE); in Sg_WCharTsToString()
536 SgCodec *codec = Sg_MakeUtf32Codec(UTF_32USE_NATIVE_ENDIAN); in Sg_WCharTsToString()
H A Dtranscoder.c433 SgObject Sg_MakeTranscoder(SgCodec *codec, SgEolStyle eolStyle, in Sg_MakeTranscoder()
441 SgCodec *codec, SgEolStyle eolStyle, in Sg_InitTranscoder()
H A Dlib_core.c8903 SgCodec* c; in core_make_transcoder()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/win/
H A Dwin_util.c48 SgCodec *codec = Sg_MakeUtf16Codec(UTF_16LE); in utf32ToUtf16()