Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp2418 _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()
A Dtinyxml2.h2301 bool _restrictedEntityFlag[ENTITY_RANGE]; variable

Completed in 12 milliseconds