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