• 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_removeAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_removeAllCodePoints()
126 uset_removeAll(USet* set, const USet* remove) { in uset_removeAll()
131 uset_retain(USet* set, UChar32 start, UChar32 end) { in uset_retain()
136 uset_retainString(USet *set, const UChar *str, int32_t length) { in uset_retainString()
142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_retainAllCodePoints()
148 uset_retainAll(USet* set, const USet* retain) { in uset_retainAll()
153 uset_compact(USet* set) { in uset_compact()
158 uset_complement(USet* set) { in uset_complement()
163 uset_complementRange(USet *set, UChar32 start, UChar32 end) { in uset_complementRange()
168 uset_complementString(USet *set, const UChar *str, int32_t length) { in uset_complementString()
174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_complementAllCodePoints()
180 uset_complementAll(USet* set, const USet* complement) { in uset_complementAll()
185 uset_clear(USet* set) { in uset_clear()
190 uset_removeAllStrings(USet* set) { in uset_removeAllStrings()
195 uset_isEmpty(const USet* set) { in uset_isEmpty()
200 uset_contains(const USet* set, UChar32 c) { in uset_contains()
205 uset_containsRange(const USet* set, UChar32 start, UChar32 end) { in uset_containsRange()
210 uset_containsString(const USet* set, const UChar* str, int32_t strLen) { in uset_containsString()
221 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints()
238 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { in uset_span()
243 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBack()
248 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanUTF8()
253 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { in uset_spanBackUTF8()
263 uset_indexOf(const USet* set, UChar32 c) { in uset_indexOf()
268 uset_charAt(const USet* set, int32_t index) { in uset_charAt()
273 uset_size(const USet* set) { in uset_size()
286 inline static int32_t getStringCount(const UnicodeSet& set) { in getStringCount()
289 inline static const UnicodeString* getString(const UnicodeSet& set, in getString()
301 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItemCount() local
311 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItem() local
369 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { in uset_serialize()
445 uset_serializedContains(const USerializedSet* set, UChar32 c) { in uset_serializedContains()
503 uset_getSerializedRangeCount(const USerializedSet* set) { in uset_getSerializedRangeCount()
512 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, in uset_getSerializedRange()