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

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

Completed in 86 milliseconds