Lines Matching refs:TiXmlBase
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 )
389 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
419 const char* TiXmlBase::GetEntity( const char* p, char* value, int* length, TiXmlEncoding encoding )
513 bool TiXmlBase::StringEqual( const char* p,
553 const char* TiXmlBase::ReadText( const char* p,
1155 if ( TiXmlBase::IsWhiteSpaceCondensed() )