Lines Matching defs:set
45 uset_close(USet* set) { in uset_close()
50 uset_clone(const USet *set) { in uset_clone()
55 uset_isFrozen(const USet *set) { in uset_isFrozen()
60 uset_freeze(USet *set) { in uset_freeze()
65 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed()
70 uset_set(USet* set, in uset_set()
76 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll()
81 uset_add(USet* set, UChar32 c) { in uset_add()
86 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange()
91 uset_addString(USet* set, const char16_t* str, int32_t strLen) { in uset_addString()
98 uset_addAllCodePoints(USet* set, const char16_t *str, int32_t strLen) { in uset_addAllCodePoints()
105 uset_remove(USet* set, UChar32 c) { in uset_remove()
110 uset_removeRange(USet* set, UChar32 start, UChar32 end) { in uset_removeRange()
115 uset_removeString(USet* set, const char16_t* str, int32_t strLen) { in uset_removeString()
121 uset_removeAllCodePoints(USet *set, const char16_t *str, int32_t length) { in uset_removeAllCodePoints()
127 uset_removeAll(USet* set, const USet* remove) { in uset_removeAll()
132 uset_retain(USet* set, UChar32 start, UChar32 end) { in uset_retain()
137 uset_retainString(USet *set, const char16_t *str, int32_t length) { in uset_retainString()
143 uset_retainAllCodePoints(USet *set, const char16_t *str, int32_t length) { in uset_retainAllCodePoints()
149 uset_retainAll(USet* set, const USet* retain) { in uset_retainAll()
154 uset_compact(USet* set) { in uset_compact()
159 uset_complement(USet* set) { in uset_complement()
164 uset_complementRange(USet *set, UChar32 start, UChar32 end) { in uset_complementRange()
169 uset_complementString(USet *set, const char16_t *str, int32_t length) { in uset_complementString()
175 uset_complementAllCodePoints(USet *set, const char16_t *str, int32_t length) { in uset_complementAllCodePoints()
181 uset_complementAll(USet* set, const USet* complement) { in uset_complementAll()
186 uset_clear(USet* set) { in uset_clear()
191 uset_removeAllStrings(USet* set) { in uset_removeAllStrings()
196 uset_isEmpty(const USet* set) { in uset_isEmpty()
201 uset_hasStrings(const USet* set) { in uset_hasStrings()
206 uset_contains(const USet* set, UChar32 c) { in uset_contains()
211 uset_containsRange(const USet* set, UChar32 start, UChar32 end) { in uset_containsRange()
216 uset_containsString(const USet* set, const char16_t* str, int32_t strLen) { in uset_containsString()
227 uset_containsAllCodePoints(const USet* set, const char16_t *str, int32_t strLen) { in uset_containsAllCodePoints()
244 uset_span(const USet *set, const char16_t *s, int32_t length, USetSpanCondition spanCondition) { in uset_span()
249 uset_spanBack(const USet *set, const char16_t *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBack()
254 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanUTF8()
259 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBackUTF8()
269 uset_indexOf(const USet* set, UChar32 c) { in uset_indexOf()
274 uset_charAt(const USet* set, int32_t index) { in uset_charAt()
279 uset_size(const USet* set) { in uset_size()
292 inline static int32_t getStringCount(const UnicodeSet& set) { in getStringCount()
295 inline static const UnicodeString* getString(const UnicodeSet& set, in getString()
306 uset_getRangeCount(const USet *set) { in uset_getRangeCount()
312 const UnicodeSet &set = *(const UnicodeSet *)uset; in uset_getStringCount() local
318 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItemCount() local
325 const UnicodeSet &set = *(const UnicodeSet *)uset; in uset_getString() local
342 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItem() local
395 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { in uset_serialize()
471 uset_serializedContains(const USerializedSet* set, UChar32 c) { in uset_serializedContains()
529 uset_getSerializedRangeCount(const USerializedSet* set) { in uset_getSerializedRangeCount()
538 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, in uset_getSerializedRange()