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) |
|
#define DEFAULT_NL_CONFIG TidyLF |
Enumerator |
---|
CHARBUF_SIZE |
|
LASTPOS_SIZE |
|
Enumerator |
---|
FileIO |
|
BufferIO |
|
UserIO |
|
Enumerator |
---|
FSM_ASCII |
|
FSM_ESC |
|
FSM_ESCD |
|
FSM_ESCDP |
|
FSM_ESCP |
|
FSM_NONASCII |
|
StreamIn* TY_❪BufferInput❫ |
( |
TidyDocImpl * |
doc, |
|
|
TidyBuffer * |
content, |
|
|
int |
encoding |
|
) |
| |
StreamOut* TY_❪BufferOutput❫ |
( |
TidyDocImpl * |
doc, |
|
|
TidyBuffer * |
buf, |
|
|
int |
encoding, |
|
|
uint |
newln |
|
) |
| |
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 | ) |
|
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 |
|
) |
| |