Searched defs:UnicodeSet (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/unicode/
H A Duniset.h39 * <p>The UnicodeSet class is not designed to be subclassed.
41 * <p><code>UnicodeSet</code> supports two APIs. The first is the
43 * a <code>UnicodeSet</code> object. It conforms to Java 2's
45 * <code>UnicodeSet</code> does not actually implement that
49 * <code>UnicodeSet</code> instead of a <code>Collection</code>. The
66 * attributes of a <code>UnicodeSet</code> at once, based on a
118 * for UnicodeSet at
173 * <p><b>Warning</b>: you cannot add an empty string ("") to a UnicodeSet.</p>
262 * - Most UnicodeSet methods do not take a UErrorCode parameter because
267 * Instead, such methods set the UnicodeSet int
273 class U_COMMON_API UnicodeSet : public UnicodeFilter { class in inherits:UnicodeFilter
[all...]
/external/icu4c/common/
H A Duniset_closure.cpp16 * UnicodeSet::closeOver() and related methods moved here from uniset_props.cpp
47 UnicodeSet::UnicodeSet(const UnicodeString& pattern, function in class:UnicodeSet
68 UnicodeSet::UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, function in class:UnicodeSet
93 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern,
114 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern,
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet
[all...]
H A Duniset.cpp64 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UnicodeSet)
89 // DEBUG UnicodeSet: ct 0x00A39B20; 397 [\u0A81-\u0A83\u0A85-
90 // DEBUG UnicodeSet: dt 0x00A39B20; 396 [\u0A81-\u0A83\u0A85-
101 static inline void _dbgct(UnicodeSet* set) {
106 printf("DEBUG UnicodeSet: ct 0x%08X; %d %s\n", set, ++_dbgCount, buf);
109 static inline void _dbgdt(UnicodeSet* set) {
114 printf("DEBUG UnicodeSet: dt 0x%08X; %d %s\n", set, --_dbgCount, buf);
145 UnicodeSet::UnicodeSet() : function in class:UnicodeSet
172 UnicodeSet function in class:UnicodeSet
196 UnicodeSet::UnicodeSet(const UnicodeSet& o) : function in class:UnicodeSet
220 UnicodeSet::UnicodeSet(const UnicodeSet& o, UBool /* asThawed */) : function in class:UnicodeSet
[all...]
H A Duniset_props.cpp102 // Not a TriStateSingletonWrapper because we think the UnicodeSet constructor
105 class UnicodeSetSingleton : public SimpleSingletonWrapper<UnicodeSet> {
108 SimpleSingletonWrapper<UnicodeSet>(s), fPattern(pattern) {}
109 UnicodeSet *getInstance(UErrorCode &errorCode) {
110 return SimpleSingletonWrapper<UnicodeSet>::getInstance(createInstance, fPattern, errorCode);
115 UnicodeSet *set=new UnicodeSet(pattern, errorCode);
130 static UnicodeSet *INCLUSIONS[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions()
142 ((UnicodeSet *)set)->add(c);
147 ((UnicodeSet *)se
330 UnicodeSet::UnicodeSet(const UnicodeString& pattern, function in class:UnicodeSet
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 339 milliseconds