Lines Matching refs:USet

50 typedef struct USet USet;  typedef
266 U_CAPI USet* U_EXPORT2
279 U_CAPI USet* U_EXPORT2
291 U_CAPI USet* U_EXPORT2
306 U_CAPI USet* U_EXPORT2
318 uset_close(USet* set);
333 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
348 U_CAPI USet * U_EXPORT2
349 uset_clone(const USet *set);
361 uset_isFrozen(const USet *set);
378 uset_freeze(USet *set);
390 U_CAPI USet * U_EXPORT2
391 uset_cloneAsThawed(const USet *set);
403 uset_set(USet* set,
428 uset_applyPattern(USet *set,
456 uset_applyIntPropertyValue(USet* set,
495 uset_applyPropertyAlias(USet* set,
529 uset_toPattern(const USet* set,
543 uset_add(USet* set, UChar32 c);
558 uset_addAll(USet* set, const USet *additionalSet);
570 uset_addRange(USet* set, UChar32 start, UChar32 end);
582 uset_addString(USet* set, const UChar* str, int32_t strLen);
594 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
605 uset_remove(USet* set, UChar32 c);
617 uset_removeRange(USet* set, UChar32 start, UChar32 end);
629 uset_removeString(USet* set, const UChar* str, int32_t strLen);
643 uset_removeAll(USet* set, const USet* removeSet);
660 uset_retain(USet* set, UChar32 start, UChar32 end);
675 uset_retainAll(USet* set, const USet* retain);
686 uset_compact(USet* set);
697 uset_complement(USet* set);
711 uset_complementAll(USet* set, const USet* complement);
721 uset_clear(USet* set);
750 uset_closeOver(USet* set, int32_t attributes);
759 uset_removeAllStrings(USet* set);
769 uset_isEmpty(const USet* set);
780 uset_contains(const USet* set, UChar32 c);
792 uset_containsRange(const USet* set, UChar32 start, UChar32 end);
803 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
816 uset_indexOf(const USet* set, UChar32 c);
829 uset_charAt(const USet* set, int32_t charIndex);
840 uset_size(const USet* set);
851 uset_getItemCount(const USet* set);
872 uset_getItem(const USet* set, int32_t itemIndex,
886 uset_containsAll(const USet* set1, const USet* set2);
899 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);
910 uset_containsNone(const USet* set1, const USet* set2);
921 uset_containsSome(const USet* set1, const USet* set2);
943 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
964 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
986 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
1007 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
1018 uset_equals(const USet* set1, const USet* set2);
1074 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode);