Searched defs:ScriptSet (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dscriptset.h26 // ScriptSet - A bit set representing a set of scripts.
34 class U_I18N_API ScriptSet: public UMemory { class in inherits:UMemory
36 ScriptSet();
37 ScriptSet(const ScriptSet &other);
38 ~ScriptSet();
40 UBool operator == (const ScriptSet &other) const;
41 ScriptSet & operator = (const ScriptSet &other);
44 ScriptSet
[all...]
H A Dscriptset.cpp27 // ScriptSet implementation
30 ScriptSet::ScriptSet() { function in class:ScriptSet
36 ScriptSet::~ScriptSet() {
39 ScriptSet::ScriptSet(const ScriptSet &other) { function in class:ScriptSet
44 ScriptSet & ScriptSet
[all...]
/external/icu/icu4c/source/i18n/
H A Dscriptset.h26 // ScriptSet - A bit set representing a set of scripts.
34 class U_I18N_API ScriptSet: public UMemory { class in inherits:UMemory
36 ScriptSet();
37 ScriptSet(const ScriptSet &other);
38 ~ScriptSet();
40 UBool operator == (const ScriptSet &other) const;
41 ScriptSet & operator = (const ScriptSet &other);
44 ScriptSet
[all...]
H A Dscriptset.cpp27 // ScriptSet implementation
30 ScriptSet::ScriptSet() { function in class:ScriptSet
36 ScriptSet::~ScriptSet() {
39 ScriptSet::ScriptSet(const ScriptSet &other) { function in class:ScriptSet
44 ScriptSet & ScriptSet
[all...]

Completed in 179 milliseconds