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

/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...]
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_impl.cpp234 const UChar *text, int32_t length, ScriptSet *result, UErrorCode &status) const {
611 fScriptSets = (ScriptSet *)((char *)fRawData + fRawData->fScriptSets);
668 // ScriptSet implementation
671 ScriptSet::ScriptSet() { function in class:ScriptSet
677 ScriptSet::~ScriptSet() {
680 UBool ScriptSet::operator == (const ScriptSet &other) {
689 void ScriptSet
[all...]
H A Duspoof_impl.h43 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 { class in inherits:UMemory
201 ScriptSet();
202 ~ScriptSet();
204 UBool operator == (const ScriptSet &other);
205 ScriptSet & operator = (const ScriptSet
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2117 #define ScriptSet U_ICU_ENTRY_POINT_RENAME(ScriptSet) macro

Completed in 125 milliseconds