Searched refs:_restrictedEntityFlag (Results 1 – 2 of 2) sorted by relevance
2423 _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()
2293 bool _restrictedEntityFlag[ENTITY_RANGE]; variable