Searched refs:TiXmlBase (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 43 TiXmlBase::Entity TiXmlBase::entity[ TiXmlBase::NUM_ENTITY ] = 66 const int TiXmlBase::utf8ByteTable[256] = 88 void TiXmlBase::ConvertUTF32ToUTF8( unsigned long input, char* output, int* length ) in ConvertUTF32ToUTF8() 129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) in IsAlpha() 150 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) in IsAlphaNum() 289 int step = TiXmlBase::utf8ByteTable[*((const unsigned char*)p)]; in Stamp() 314 const char* TiXmlBase::SkipWhiteSpace( const char* p, TiXmlEncoding encoding ) in SkipWhiteSpace() 365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag ) in StreamWhiteSpace() 380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag ) in StreamTo() 401 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding ) in ReadName() [all …]
|
D | tinyxmlerror.cpp | 34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
|
D | tinyxml.h | 194 class TiXmlBase 201 TiXmlBase() : userData(0) {} in TiXmlBase() function 202 virtual ~TiXmlBase() {} in ~TiXmlBase() 397 TiXmlBase( const TiXmlBase& ); // not implemented. 398 void operator=( const TiXmlBase& base ); // not allowed. 423 class TiXmlNode : public TiXmlBase 779 class TiXmlAttribute : public TiXmlBase 785 TiXmlAttribute() : TiXmlBase() in TiXmlAttribute()
|
D | tinyxml.cpp | 36 bool TiXmlBase::condenseWhiteSpace = true; 52 void TiXmlBase::EncodeString( const TIXML_STRING& str, TIXML_STRING* outString ) in EncodeString() 136 TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase() in TiXmlNode() 1842 TiXmlBase::EncodeString( text.ValueTStr(), &str ); in Visit() 1849 TiXmlBase::EncodeString( text.ValueTStr(), &str ); in Visit()
|
/third_party/lame/ACM/tinyxml/ |
D | tinyxmlparser.cpp | 31 TiXmlBase::Entity TiXmlBase::entity[ NUM_ENTITY ] = 41 const char* TiXmlBase::SkipWhiteSpace( const char* p ) in SkipWhiteSpace() 59 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream* in, std::string* tag ) in StreamWhiteSpace() 73 /*static*/ bool TiXmlBase::StreamTo( std::istream* in, int character, std::string* tag ) in StreamTo() 88 const char* TiXmlBase::ReadName( const char* p, string* name ) in ReadName() 115 const char* TiXmlBase::GetEntity( const char* p, char* value ) in GetEntity() 145 bool TiXmlBase::StringEqual( const char* p, in StringEqual() 191 const char* TiXmlBase::ReadText( const char* p, in ReadText()
|
D | tinyxml.h | 79 class TiXmlBase 86 TiXmlBase() {} in TiXmlBase() function 87 virtual ~TiXmlBase() {} in ~TiXmlBase() 210 class TiXmlNode : public TiXmlBase 431 class TiXmlAttribute : public TiXmlBase
|
D | tinyxmlerror.cpp | 10 const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] =
|
D | xmltest.cpp | 313 TiXmlBase::SetCondenseWhiteSpace( false ); in main()
|
D | tinyxml.cpp | 31 bool TiXmlBase::condenseWhiteSpace = true; 34 void TiXmlBase::PutString( const std::string& str, std::ostream* stream ) in PutString()
|
D | readme.txt | 141 motifs. Call TiXmlBase::SetCondenseWhiteSpace( bool ) to set the desired behavior. 144 If you change the default, you should call TiXmlBase::SetCondenseWhiteSpace( bool )
|