Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2423 _restrictedEntityFlag[i] = false; in XMLPrinter()
2431 _restrictedEntityFlag[(unsigned char)'&'] = true; in XMLPrinter()
2432 _restrictedEntityFlag[(unsigned char)'<'] = true; in XMLPrinter()
2433 _restrictedEntityFlag[(unsigned char)'>'] = true; // not required, but consistency is nice in XMLPrinter()
2500 const bool* flag = restricted ? _restrictedEntityFlag : _entityFlag; in PrintString()
Dtinyxml2.h2293 bool _restrictedEntityFlag[ENTITY_RANGE]; variable