Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1668 for( int i=0; i<ENTITY_RANGE; ++i ) { in XMLPrinter()
1673 TIXMLASSERT( entities[i].value < ENTITY_RANGE ); in XMLPrinter()
1674 if ( entities[i].value < ENTITY_RANGE ) { in XMLPrinter()
1738 if ( *q > 0 && *q < ENTITY_RANGE ) { in PrintString()
Dtinyxml2.h1463 ENTITY_RANGE = 64, enumerator
1466 bool entityFlag[ENTITY_RANGE];
1467 bool restrictedEntityFlag[ENTITY_RANGE];