Home | History | Annotate | Download | only in i18n

Lines Matching defs:ScriptSet

43 class ScriptSet;
86 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const;
103 ScriptSet *WholeScriptCheck(const UChar *text, int32_t length, UErrorCode &status) const;
191 // ScriptSet - Wrapper class for the Script code bit sets that are part of the
199 class ScriptSet: public UMemory {
201 ScriptSet();
202 ~ScriptSet();
204 UBool operator == (const ScriptSet &other);
205 ScriptSet & operator = (const ScriptSet &other);
207 void Union(const ScriptSet &other);
209 void intersect(const ScriptSet &other);
325 ScriptSet *fScriptSets;