Lines Matching refs:USet
37 struct USet;
43 typedef struct USet USet; typedef
259 U_STABLE USet* U_EXPORT2
272 U_STABLE USet* U_EXPORT2
284 U_STABLE USet* U_EXPORT2
299 U_STABLE USet* U_EXPORT2
311 uset_close(USet* set);
326 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
341 U_STABLE USet * U_EXPORT2
342 uset_clone(const USet *set);
354 uset_isFrozen(const USet *set);
371 uset_freeze(USet *set);
383 U_STABLE USet * U_EXPORT2
384 uset_cloneAsThawed(const USet *set);
396 uset_set(USet* set,
421 uset_applyPattern(USet *set,
449 uset_applyIntPropertyValue(USet* set,
488 uset_applyPropertyAlias(USet* set,
522 uset_toPattern(const USet* set,
536 uset_add(USet* set, UChar32 c);
551 uset_addAll(USet* set, const USet *additionalSet);
563 uset_addRange(USet* set, UChar32 start, UChar32 end);
575 uset_addString(USet* set, const UChar* str, int32_t strLen);
587 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
598 uset_remove(USet* set, UChar32 c);
610 uset_removeRange(USet* set, UChar32 start, UChar32 end);
622 uset_removeString(USet* set, const UChar* str, int32_t strLen);
636 uset_removeAll(USet* set, const USet* removeSet);
653 uset_retain(USet* set, UChar32 start, UChar32 end);
668 uset_retainAll(USet* set, const USet* retain);
679 uset_compact(USet* set);
690 uset_complement(USet* set);
704 uset_complementAll(USet* set, const USet* complement);
714 uset_clear(USet* set);
743 uset_closeOver(USet* set, int32_t attributes);
752 uset_removeAllStrings(USet* set);
762 uset_isEmpty(const USet* set);
773 uset_contains(const USet* set, UChar32 c);
785 uset_containsRange(const USet* set, UChar32 start, UChar32 end);
796 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
809 uset_indexOf(const USet* set, UChar32 c);
822 uset_charAt(const USet* set, int32_t charIndex);
833 uset_size(const USet* set);
844 uset_getItemCount(const USet* set);
865 uset_getItem(const USet* set, int32_t itemIndex,
879 uset_containsAll(const USet* set1, const USet* set2);
892 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);
903 uset_containsNone(const USet* set1, const USet* set2);
914 uset_containsSome(const USet* set1, const USet* set2);
936 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
957 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
979 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
1000 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
1011 uset_equals(const USet* set1, const USet* set2);
1067 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode);