Lines Matching refs:ScriptSet
36 class U_I18N_API ScriptSet: public UMemory {
40 ScriptSet();
41 ScriptSet(const ScriptSet &other);
42 ~ScriptSet();
44 UBool operator == (const ScriptSet &other) const;
45 UBool operator != (const ScriptSet &other) const {return !(*this == other);}
46 ScriptSet & operator = (const ScriptSet &other);
49 ScriptSet &Union(const ScriptSet &other);
50 ScriptSet &set(UScriptCode script, UErrorCode &status);
51 ScriptSet &reset(UScriptCode script, UErrorCode &status);
52 ScriptSet &intersect(const ScriptSet &other);
53 ScriptSet &intersect(UScriptCode script, UErrorCode &status);
54 …UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commm…
55 …UBool contains(const ScriptSet &other) const; // All set bits in other are also set in thi…
57 ScriptSet &setAll();
58 ScriptSet &resetAll();
66 …ScriptSet & parseScripts(const UnicodeString &scriptsString, UErrorCode &status); // Replaces Scr…