Home
last modified time | relevance | path

Searched refs:ENTITY_RANGE (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h2289 ENTITY_RANGE = 64, enumerator
2292 bool _entityFlag[ENTITY_RANGE];
2293 bool _restrictedEntityFlag[ENTITY_RANGE];
Dtinyxml2.cpp2421 for( int i=0; i<ENTITY_RANGE; ++i ) { in XMLPrinter()
2428 TIXMLASSERT( flagIndex < ENTITY_RANGE ); in XMLPrinter()
2504 if ( *q > 0 && *q < ENTITY_RANGE ) { in PrintString()