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

/external/icu4c/common/unicode/
H A Duniset.h38 * <p>The UnicodeSet class is not designed to be subclassed.
40 * <p><code>UnicodeSet</code> supports two APIs. The first is the
42 * a <code>UnicodeSet</code> object. It conforms to Java 2's
44 * <code>UnicodeSet</code> does not actually implement that
48 * <code>UnicodeSet</code> instead of a <code>Collection</code>. The
65 * attributes of a <code>UnicodeSet</code> at once, based on a
117 * for UnicodeSet at
172 * <p><b>Warning</b>: you cannot add an empty string ("") to a UnicodeSet.</p>
261 * - Most UnicodeSet methods do not take a UErrorCode parameter because
266 * Instead, such methods set the UnicodeSet int
272 class U_COMMON_API UnicodeSet : public UnicodeFilter { class in inherits:UnicodeFilter
[all...]
H A Durename.h1907 #define UnicodeSet UnicodeSet_4_2 macro
/external/icu4c/common/
H A Duniset.cpp62 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UnicodeSet)
87 // DEBUG UnicodeSet: ct 0x00A39B20; 397 [\u0A81-\u0A83\u0A85-
88 // DEBUG UnicodeSet: dt 0x00A39B20; 396 [\u0A81-\u0A83\u0A85-
99 static inline void _dbgct(UnicodeSet* set) {
104 printf("DEBUG UnicodeSet: ct 0x%08X; %d %s\n", set, ++_dbgCount, buf);
107 static inline void _dbgdt(UnicodeSet* set) {
112 printf("DEBUG UnicodeSet: dt 0x%08X; %d %s\n", set, --_dbgCount, buf);
143 UnicodeSet::UnicodeSet() : function in class:UnicodeSet
170 UnicodeSet function in class:UnicodeSet
194 UnicodeSet::UnicodeSet(const UnicodeSet& o) : function in class:UnicodeSet
218 UnicodeSet::UnicodeSet(const UnicodeSet& o, UBool /* asThawed */) : function in class:UnicodeSet
[all...]
H A Duniset_props.cpp96 static UnicodeSet *INCLUSIONS[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions()
106 ((UnicodeSet *)set)->add(c);
111 ((UnicodeSet *)set)->add(start, end);
116 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
120 * Cleanup function for UnicodeSet
146 const UnicodeSet* UnicodeSet::getInclusions(int32_t src, UErrorCode &status) {
150 UnicodeSet* incl = new UnicodeSet();
213 // caseCompare(), but they also make UnicodeSet wor
257 UnicodeSet::UnicodeSet(const UnicodeString& pattern, function in class:UnicodeSet
284 UnicodeSet::UnicodeSet(const UnicodeString& pattern, function in class:UnicodeSet
305 UnicodeSet::UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, function in class:UnicodeSet
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1450 #define UnicodeSet UnicodeSet_3_2 macro

Completed in 80 milliseconds