Searched refs:fCommonAmongAlternates (Results 1 – 2 of 2) sorted by relevance
72 fCommonAmongAlternates(NULL), fNumerics(NULL), fIdentifierProfile(NULL) { in IdentifierInfo()82 fCommonAmongAlternates = new ScriptSet(); in IdentifierInfo()87 … fCommonAmongAlternates == NULL || fNumerics == NULL || fIdentifierProfile == NULL)) { in IdentifierInfo()96 delete fCommonAmongAlternates; in ~IdentifierInfo()106 fCommonAmongAlternates->resetAll(); in clear()169 fCommonAmongAlternates->setAll(); in setIdentifier()180 fCommonAmongAlternates->intersect(*next); in setIdentifier()197 fCommonAmongAlternates->resetAll(); in setIdentifier()221 return fCommonAmongAlternates; in getCommonAmongAlternates()241 (fCommonAmongAlternates->countMembers() == 0 ? uhash_count(fScriptSetSet) : 1); in getRestrictionLevel()[all …]
182 ScriptSet *fCommonAmongAlternates; variable