Home
last modified time | relevance | path

Searched refs:Putc (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp2576 void XMLPrinter::Putc( char ch ) in Putc() function in tinyxml2::XMLPrinter
2621 Putc( '&' ); in PrintString()
2623 Putc( ';' ); in PrintString()
2670 Putc( '\n' ); in OpenElement()
2686 Putc ( ' ' ); in PushAttribute()
2690 Putc ( '\"' ); in PushAttribute()
2752 Putc( '\n' ); in CloseElement()
2764 Putc( '\n' ); in CloseElement()
2776 Putc( '>' ); in SealElementIfJustOpened()
2856 Putc( '\n' ); in PushComment()
[all …]
Dtinyxml2.h2328 void Putc( char ch );