Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:restrictedEntityFlag

1670         restrictedEntityFlag[i] = false;

1678 restrictedEntityFlag[(int)'&'] = true;
1679 restrictedEntityFlag[(int)'<'] = true;
1680 restrictedEntityFlag[(int)'>'] = true; // not required, but consistency is nice
1733 const bool* flag = restricted ? restrictedEntityFlag : entityFlag;