Lines Matching refs:ScriptSet
15 #include "scriptset.h"
27 ScriptSet *IdentifierInfo::JAPANESE;
28 ScriptSet *IdentifierInfo::CHINESE;
29 ScriptSet *IdentifierInfo::KOREAN;
30 ScriptSet *IdentifierInfo::CONFUSABLE_WITH_LATIN;
65 JAPANESE = new ScriptSet();
66 CHINESE = new ScriptSet();
67 KOREAN = new ScriptSet();
68 CONFUSABLE_WITH_LATIN = new ScriptSet();
86 fRequiredScripts = new ScriptSet();
89 fCommonAmongAlternates = new ScriptSet();
135 ScriptSet scriptsForCP;
166 uhash_puti(fScriptSetSet, new ScriptSet(scriptsForCP), 1, &status);
182 ScriptSet *next = static_cast<ScriptSet *>(nextHashEl->key.pointer);
194 ScriptSet *other = static_cast<ScriptSet *>(otherHashEl->key.pointer);
214 const ScriptSet *IdentifierInfo::getScripts() const {
227 const ScriptSet *IdentifierInfo::getCommonAmongAlternates() const {
275 UBool IdentifierInfo::containsWithAlternates(const ScriptSet &container, const ScriptSet &containee) const {
284 ScriptSet *alternatives = static_cast<ScriptSet *>(hashEl->key.pointer);
302 ScriptSet *ss = static_cast<ScriptSet *>(el->key.pointer);
311 ScriptSet *ss = static_cast<ScriptSet *>(sorted.elementAt(i));