HomeSort by relevance Sort by last modified time
    Searched refs:TiXmlBase (Results 1 - 9 of 9) sorted by null

  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlerror.cpp 34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
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 )
129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
150 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
289 int step = TiXmlBase::utf8ByteTable[*((const unsigned char*)p)];
314 const char* TiXmlBase::SkipWhiteSpace( const char* p, TiXmlEncoding encoding )
365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag
    [all...]
tinyxml.h 172 /** TiXmlBase is a base class for every class in TinyXml.
194 class TiXmlBase
201 TiXmlBase() : userData(0) {}
202 virtual ~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()
    [all...]
tinyxml.cpp 36 bool TiXmlBase::condenseWhiteSpace = true;
52 void TiXmlBase::EncodeString( const TIXML_STRING& str, TIXML_STRING* outString )
136 TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase()
    [all...]
  /external/tinyxml/
tinyxmlerror.cpp 34 const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] =
tinyxmlparser.cpp 34 TiXmlBase::Entity TiXmlBase::entity[ NUM_ENTITY ] =
57 const int TiXmlBase::utf8ByteTable[256] =
79 void TiXmlBase::ConvertUTF32ToUTF8( unsigned long input, char* output, int* length )
120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
141 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
280 int step = TiXmlBase::utf8ByteTable[*((unsigned char*)p)];
305 const char* TiXmlBase::SkipWhiteSpace( const char* p, TiXmlEncoding encoding )
356 /*static*/ bool TiXmlBase::StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag )
371 /*static*/ bool TiXmlBase::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag
    [all...]
tinyxml.h 130 /** TiXmlBase is a base class for every class in TinyXml.
152 class TiXmlBase
159 TiXmlBase() : userData(0) {}
160 virtual ~TiXmlBase() {}
356 TiXmlBase( const TiXmlBase& ); // not implemented.
357 void operator=( const TiXmlBase& base ); // not allowed.
382 class TiXmlNode : public TiXmlBase
694 class TiXmlAttribute : public TiXmlBase
700 TiXmlAttribute() : TiXmlBase()
    [all...]
xmltest.cpp 499 if ( doc.Error() && doc.ErrorId() == TiXmlBase::TIXML_ERROR_OPENING_FILE ) {
650 TiXmlBase::SetCondenseWhiteSpace( false );
660 TiXmlBase::SetCondenseWhiteSpace( true );
682 TiXmlBase::SetCondenseWhiteSpace( false );
684 TiXmlBase::SetCondenseWhiteSpace( true );
918 TiXmlBase::SetCondenseWhiteSpace( false );
934 TiXmlBase::SetCondenseWhiteSpace( true );
1005 XmlTest( "Empty document error TIXML_ERROR_DOCUMENT_EMPTY", TiXmlBase::TIXML_ERROR_DOCUMENT_EMPTY, doc.ErrorId() );
1021 TiXmlBase::SetCondenseWhiteSpace(false);
tinyxml.cpp 33 bool TiXmlBase::condenseWhiteSpace = true;
35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream )
42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString )
127 TiXmlBase::StringToBuffer::StringToBuffer( const TIXML_STRING& str )
137 TiXmlBase::StringToBuffer::~StringToBuffer()
144 TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase()
    [all...]

Completed in 226 milliseconds