Searched refs:_restrictedEntityFlag (Results 1 – 2 of 2) sorted by relevance
2418 _restrictedEntityFlag[i] = false; in XMLPrinter()2426 _restrictedEntityFlag[(unsigned char)'&'] = true; in XMLPrinter()2427 _restrictedEntityFlag[(unsigned char)'<'] = true; in XMLPrinter()2428 _restrictedEntityFlag[(unsigned char)'>'] = true; // not required, but consistency is nice in XMLPrinter()2495 const bool* flag = restricted ? _restrictedEntityFlag : _entityFlag; in PrintString()
2301 bool _restrictedEntityFlag[ENTITY_RANGE]; variable
Completed in 12 milliseconds