Home | History | Annotate | Download | only in i18n

Lines Matching refs:ScriptSet

43 class ScriptSet;
86 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const;
184 // ScriptSet - Wrapper class for the Script code bit sets that are part of the
192 class ScriptSet: public UMemory {
194 ScriptSet();
195 ~ScriptSet();
197 UBool operator == (const ScriptSet &other);
198 ScriptSet & operator = (const ScriptSet &other);
200 void Union(const ScriptSet &other);
202 void intersect(const ScriptSet &other);
318 ScriptSet *fScriptSets;