Home
last modified time | relevance | path

Searched refs:TiXmlBase (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlerror.cpp34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
Dtinyxmlparser.cpp43 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 …]
Dtinyxml.h194 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()
Dtinyxml.cpp36 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()