Searched refs:TIXML_STRING (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h50 #define TIXML_STRING std::string macro
53 #define TIXML_STRING TiXmlString macro
262 static void EncodeString( const TIXML_STRING& str, TIXML_STRING* out );
302 static bool StreamWhiteSpace( std::istream * in, TIXML_STRING * tag );
303 static bool StreamTo( std::istream * in, int character, TIXML_STRING * tag );
310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
316 TIXML_STRING* text, // the string read
497 const TIXML_STRING& ValueTStr() const { return value; }
749 virtual void StreamIn( std::istream* in, TIXML_STRING* ta
[all...]
H A Dtinyxml.cpp52 void TiXmlBase::EncodeString( const TIXML_STRING& str, TIXML_STRING* outString )
440 TIXML_STRING str( name );
967 TIXML_STRING filename( _filename );
1210 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const
1212 TIXML_STRING n, v;
1217 if (value.find ('\"') == TIXML_STRING::npos) {
1346 TIXML_STRING buffer;
1418 void TiXmlDeclaration::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const
1517 assert( !Find( TIXML_STRING( addM
[all...]
H A Dtinyxmlparser.cpp365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag )
380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag )
401 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
441 TIXML_STRING ent;
575 TIXML_STRING * text,
641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag )
903 void TiXmlElement::StreamIn (std::istream * in, TIXML_STRING * tag)
1078 TIXML_STRING endTag ("</");
1251 void TiXmlUnknown::StreamIn( std::istream * in, TIXML_STRING * tag )
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * ta
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h50 #define TIXML_STRING std::string macro
53 #define TIXML_STRING TiXmlString macro
262 static void EncodeString( const TIXML_STRING& str, TIXML_STRING* out );
302 static bool StreamWhiteSpace( std::istream * in, TIXML_STRING * tag );
303 static bool StreamTo( std::istream * in, int character, TIXML_STRING * tag );
310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
316 TIXML_STRING* text, // the string read
497 const TIXML_STRING& ValueTStr() const { return value; }
749 virtual void StreamIn( std::istream* in, TIXML_STRING* ta
[all...]
H A Dtinyxml.cpp52 void TiXmlBase::EncodeString( const TIXML_STRING& str, TIXML_STRING* outString )
440 TIXML_STRING str( name );
967 TIXML_STRING filename( _filename );
1210 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const
1212 TIXML_STRING n, v;
1217 if (value.find ('\"') == TIXML_STRING::npos) {
1346 TIXML_STRING buffer;
1418 void TiXmlDeclaration::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const
1517 assert( !Find( TIXML_STRING( addM
[all...]
H A Dtinyxmlparser.cpp365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag )
380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag )
401 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
441 TIXML_STRING ent;
575 TIXML_STRING * text,
641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag )
903 void TiXmlElement::StreamIn (std::istream * in, TIXML_STRING * tag)
1078 TIXML_STRING endTag ("</");
1251 void TiXmlUnknown::StreamIn( std::istream * in, TIXML_STRING * tag )
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * ta
[all...]
/external/tinyxml/
H A Dtinyxml.h56 #define TIXML_STRING std::string macro
61 #define TIXML_STRING TiXmlString macro
241 StringToBuffer( const TIXML_STRING& str );
255 static bool StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag );
256 static bool StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag );
263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
269 TIXML_STRING* text, // the string read
318 static void PutString( const TIXML_STRING& str, TIXML_OSTREAM* out );
320 static void PutString( const TIXML_STRING& str, TIXML_STRING* ou
[all...]
H A Dtinyxml.cpp35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream )
37 TIXML_STRING buffer;
42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString )
127 TiXmlBase::StringToBuffer::StringToBuffer( const TIXML_STRING& str )
994 TIXML_STRING data;
1200 TIXML_STRING n, v;
1205 if (value.find ('\"') == TIXML_STRING::npos)
1214 if (value.find( '\"' ) != TIXML_STRING::npos)
1347 TIXML_STRING buffe
[all...]
H A Dtinyxmlparser.cpp356 /*static*/ bool TiXmlBase::StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag )
371 /*static*/ bool TiXmlBase::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag )
389 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
422 TIXML_STRING ent;
554 TIXML_STRING * text,
618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
886 void TiXmlElement::StreamIn (TIXML_ISTREAM * in, TIXML_STRING * tag)
1049 TIXML_STRING endTag ("</");
1207 void TiXmlUnknown::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * ta
[all...]

Completed in 106 milliseconds