HomeSort by relevance Sort by last modified time
    Searched defs:ScriptSet (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
scriptset.h 7 * scriptset.h
26 // ScriptSet - A bit set representing a set of scripts.
34 class U_I18N_API ScriptSet: public UMemory {
36 ScriptSet();
37 ScriptSet(const ScriptSet &other);
38 ~ScriptSet();
40 UBool operator == (const ScriptSet &other) const;
41 ScriptSet & operator = (const ScriptSet &other)
    [all...]
scriptset.cpp 7 * scriptset.cpp
18 #include "scriptset.h"
27 // ScriptSet implementation
30 ScriptSet::ScriptSet() {
36 ScriptSet::~ScriptSet() {
39 ScriptSet::ScriptSet(const ScriptSet &other)
    [all...]
  /external/icu/icu4c/source/i18n/
scriptset.h 7 * scriptset.h
26 // ScriptSet - A bit set representing a set of scripts.
34 class U_I18N_API ScriptSet: public UMemory {
36 ScriptSet();
37 ScriptSet(const ScriptSet &other);
38 ~ScriptSet();
40 UBool operator == (const ScriptSet &other) const;
41 ScriptSet & operator = (const ScriptSet &other)
    [all...]
scriptset.cpp 7 * scriptset.cpp
18 #include "scriptset.h"
27 // ScriptSet implementation
30 ScriptSet::ScriptSet() {
36 ScriptSet::~ScriptSet() {
39 ScriptSet::ScriptSet(const ScriptSet &other)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 71 milliseconds