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

  /external/chromium_org/third_party/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...]