• Home
  • Raw
  • Download

Lines Matching defs:set

42 uset_close(USet* set) {  in uset_close()
47 uset_clone(const USet *set) { in uset_clone()
52 uset_isFrozen(const USet *set) { in uset_isFrozen()
57 uset_freeze(USet *set) { in uset_freeze()
62 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed()
67 uset_set(USet* set, in uset_set()
73 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll()
78 uset_add(USet* set, UChar32 c) { in uset_add()
83 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange()
88 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString()
95 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints()
102 uset_remove(USet* set, UChar32 c) { in uset_remove()
107 uset_removeRange(USet* set, UChar32 start, UChar32 end) { in uset_removeRange()
112 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString()
118 uset_removeAll(USet* set, const USet* remove) { in uset_removeAll()
123 uset_retain(USet* set, UChar32 start, UChar32 end) { in uset_retain()
128 uset_retainAll(USet* set, const USet* retain) { in uset_retainAll()
133 uset_compact(USet* set) { in uset_compact()
138 uset_complement(USet* set) { in uset_complement()
143 uset_complementAll(USet* set, const USet* complement) { in uset_complementAll()
148 uset_clear(USet* set) { in uset_clear()
153 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
158 uset_removeAllStrings(USet* set) { in uset_removeAllStrings()
163 uset_isEmpty(const USet* set) { in uset_isEmpty()
168 uset_contains(const USet* set, UChar32 c) { in uset_contains()
173 uset_containsRange(const USet* set, UChar32 start, UChar32 end) { in uset_containsRange()
178 uset_containsString(const USet* set, const UChar* str, int32_t strLen) { in uset_containsString()
189 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints()
206 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { in uset_span()
211 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBack()
216 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanUTF8()
221 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBackUTF8()
231 uset_indexOf(const USet* set, UChar32 c) { in uset_indexOf()
236 uset_charAt(const USet* set, int32_t index) { in uset_charAt()
241 uset_size(const USet* set) { in uset_size()
254 inline static int32_t getStringCount(const UnicodeSet& set) { in getStringCount()
257 inline static const UnicodeString* getString(const UnicodeSet& set, in getString()
269 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItemCount() local
279 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItem() local
337 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { in uset_serialize()
413 uset_serializedContains(const USerializedSet* set, UChar32 c) { in uset_serializedContains()
471 uset_getSerializedRangeCount(const USerializedSet* set) { in uset_getSerializedRangeCount()
480 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, in uset_getSerializedRange()