Go to the source code of this file.
|
| StreamIn * | TY_❪BufferInput❫ (TidyDocImpl *doc, TidyBuffer *content, int encoding) |
| |
| StreamOut * | TY_❪BufferOutput❫ (TidyDocImpl *doc, TidyBuffer *buf, int encoding, uint newln) |
| |
| uint | TY_❪DecodeMacRoman❫ (uint c) |
| |
| uint | TY_❪DecodeWin1252❫ (uint c) |
| |
| StreamIn * | TY_❪FileInput❫ (TidyDocImpl *doc, FILE *fp, int encoding) |
| |
| StreamOut * | TY_❪FileOutput❫ (TidyDocImpl *doc, FILE *fp, int encoding, uint newln) |
| |
| void | TY_❪freeStreamIn❫ (StreamIn *in) |
| |
| int | TY_❪GetCharEncodingFromOptName❫ (ctmbstr charenc) |
| |
| ctmbstr | TY_❪GetEncodingNameFromTidyId❫ (uint id) |
| |
| ctmbstr | TY_❪GetEncodingOptNameFromTidyId❫ (uint id) |
| |
| StreamIn * | TY_❪initStreamIn❫ (TidyDocImpl *doc, int encoding) |
| |
| Bool | TY_❪IsEOF❫ (StreamIn *in) |
| |
| void | TY_❪outBOM❫ (StreamOut *out) |
| |
| int | TY_❪ReadBOMEncoding❫ (StreamIn *in) |
| |
| uint | TY_❪ReadChar❫ (StreamIn *in) |
| |
| void | TY_❪ReleaseStreamOut❫ (TidyDocImpl *doc, StreamOut *out) |
| |
| StreamOut * | TY_❪StdErrOutput❫ (void) |
| |
| void | TY_❪UngetChar❫ (uint c, StreamIn *in) |
| |
| StreamIn * | TY_❪UserInput❫ (TidyDocImpl *doc, TidyInputSource *source, int encoding) |
| |
| StreamOut * | TY_❪UserOutput❫ (TidyDocImpl *doc, TidyOutputSink *sink, int encoding, uint newln) |
| |
| void | TY_❪WriteChar❫ (uint c, StreamOut *out) |
| |
◆ _StreamIn
◆ _StreamOut
◆ ASCII
◆ BIG5
◆ CR
◆ DEFAULT_NL_CONFIG
| #define DEFAULT_NL_CONFIG TidyLF |
◆ IBM858
◆ ISO2022
◆ LATIN0
◆ LATIN1
◆ LF
◆ MACROMAN
◆ RAW
◆ SHIFTJIS
◆ UTF16
◆ UTF16BE
◆ UTF16LE
◆ UTF8
◆ WIN1252
◆ anonymous enum
| Enumerator |
|---|
| CHARBUF_SIZE | |
| LASTPOS_SIZE | |
◆ IOType
| Enumerator |
|---|
| FileIO | |
| BufferIO | |
| UserIO | |
◆ ISO2022State
| Enumerator |
|---|
| FSM_ASCII | |
| FSM_ESC | |
| FSM_ESCD | |
| FSM_ESCDP | |
| FSM_ESCP | |
| FSM_NONASCII | |
◆ TY_❪BufferInput❫()
| StreamIn* TY_❪BufferInput❫ |
( |
TidyDocImpl * |
doc, |
|
|
TidyBuffer * |
content, |
|
|
int |
encoding |
|
) |
| |
◆ TY_❪BufferOutput❫()
| StreamOut* TY_❪BufferOutput❫ |
( |
TidyDocImpl * |
doc, |
|
|
TidyBuffer * |
buf, |
|
|
int |
encoding, |
|
|
uint |
newln |
|
) |
| |
◆ TY_❪DecodeMacRoman❫()
◆ TY_❪DecodeWin1252❫()
◆ TY_❪FileInput❫()
| StreamIn* TY_❪FileInput❫ |
( |
TidyDocImpl * |
doc, |
|
|
FILE * |
fp, |
|
|
int |
encoding |
|
) |
| |
◆ TY_❪FileOutput❫()
| StreamOut* TY_❪FileOutput❫ |
( |
TidyDocImpl * |
doc, |
|
|
FILE * |
fp, |
|
|
int |
encoding, |
|
|
uint |
newln |
|
) |
| |
◆ TY_❪freeStreamIn❫()
| void TY_❪freeStreamIn❫ |
( |
StreamIn * |
in | ) |
|
◆ TY_❪GetCharEncodingFromOptName❫()
| int TY_❪GetCharEncodingFromOptName❫ |
( |
ctmbstr |
charenc | ) |
|
◆ TY_❪GetEncodingNameFromTidyId❫()
◆ TY_❪GetEncodingOptNameFromTidyId❫()
◆ TY_❪initStreamIn❫()
| StreamIn* TY_❪initStreamIn❫ |
( |
TidyDocImpl * |
doc, |
|
|
int |
encoding |
|
) |
| |
◆ TY_❪IsEOF❫()
| Bool TY_❪IsEOF❫ |
( |
StreamIn * |
in | ) |
|
◆ TY_❪outBOM❫()
| void TY_❪outBOM❫ |
( |
StreamOut * |
out | ) |
|
◆ TY_❪ReadBOMEncoding❫()
| int TY_❪ReadBOMEncoding❫ |
( |
StreamIn * |
in | ) |
|
◆ TY_❪ReadChar❫()
| uint TY_❪ReadChar❫ |
( |
StreamIn * |
in | ) |
|
◆ TY_❪ReleaseStreamOut❫()
| void TY_❪ReleaseStreamOut❫ |
( |
TidyDocImpl * |
doc, |
|
|
StreamOut * |
out |
|
) |
| |
◆ TY_❪StdErrOutput❫()
| StreamOut* TY_❪StdErrOutput❫ |
( |
void |
| ) |
|
◆ TY_❪UngetChar❫()
| void TY_❪UngetChar❫ |
( |
uint |
c, |
|
|
StreamIn * |
in |
|
) |
| |
◆ TY_❪UserInput❫()
| StreamIn* TY_❪UserInput❫ |
( |
TidyDocImpl * |
doc, |
|
|
TidyInputSource * |
source, |
|
|
int |
encoding |
|
) |
| |
◆ TY_❪UserOutput❫()
| StreamOut* TY_❪UserOutput❫ |
( |
TidyDocImpl * |
doc, |
|
|
TidyOutputSink * |
sink, |
|
|
int |
encoding, |
|
|
uint |
newln |
|
) |
| |
◆ TY_❪WriteChar❫()
| void TY_❪WriteChar❫ |
( |
uint |
c, |
|
|
StreamOut * |
out |
|
) |
| |