• Home
  • Raw
  • Download

Lines Matching defs:set

44 uset_close(USet* set) {  in uset_close()
49 uset_clone(const USet *set) { in uset_clone()
54 uset_isFrozen(const USet *set) { in uset_isFrozen()
59 uset_freeze(USet *set) { in uset_freeze()
64 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed()
69 uset_set(USet* set, in uset_set()
75 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll()
80 uset_add(USet* set, UChar32 c) { in uset_add()
85 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange()
90 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString()
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints()
104 uset_remove(USet* set, UChar32 c) { in uset_remove()
109 uset_removeRange(USet* set, UChar32 start, UChar32 end) { in uset_removeRange()
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString()
120 uset_removeAll(USet* set, const USet* remove) { in uset_removeAll()
125 uset_retain(USet* set, UChar32 start, UChar32 end) { in uset_retain()
130 uset_retainAll(USet* set, const USet* retain) { in uset_retainAll()
135 uset_compact(USet* set) { in uset_compact()
140 uset_complement(USet* set) { in uset_complement()
145 uset_complementAll(USet* set, const USet* complement) { in uset_complementAll()
150 uset_clear(USet* set) { in uset_clear()
155 uset_removeAllStrings(USet* set) { in uset_removeAllStrings()
160 uset_isEmpty(const USet* set) { in uset_isEmpty()
165 uset_contains(const USet* set, UChar32 c) { in uset_contains()
170 uset_containsRange(const USet* set, UChar32 start, UChar32 end) { in uset_containsRange()
175 uset_containsString(const USet* set, const UChar* str, int32_t strLen) { in uset_containsString()
186 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints()
203 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { in uset_span()
208 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBack()
213 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanUTF8()
218 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBackUTF8()
228 uset_indexOf(const USet* set, UChar32 c) { in uset_indexOf()
233 uset_charAt(const USet* set, int32_t index) { in uset_charAt()
238 uset_size(const USet* set) { in uset_size()
251 inline static int32_t getStringCount(const UnicodeSet& set) { in getStringCount()
254 inline static const UnicodeString* getString(const UnicodeSet& set, in getString()
266 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItemCount() local
276 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItem() local
334 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { in uset_serialize()
410 uset_serializedContains(const USerializedSet* set, UChar32 c) { in uset_serializedContains()
468 uset_getSerializedRangeCount(const USerializedSet* set) { in uset_getSerializedRangeCount()
477 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, in uset_getSerializedRange()