• Home
  • Raw
  • Download

Lines Matching refs:USet

35 struct USet;
41 typedef struct USet USet; typedef
255 U_STABLE USet* U_EXPORT2
268 U_STABLE USet* U_EXPORT2
280 U_STABLE USet* U_EXPORT2
295 U_STABLE USet* U_EXPORT2
307 uset_close(USet* set);
322 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
337 U_STABLE USet * U_EXPORT2
338 uset_clone(const USet *set);
350 uset_isFrozen(const USet *set);
367 uset_freeze(USet *set);
379 U_STABLE USet * U_EXPORT2
380 uset_cloneAsThawed(const USet *set);
392 uset_set(USet* set,
417 uset_applyPattern(USet *set,
445 uset_applyIntPropertyValue(USet* set,
484 uset_applyPropertyAlias(USet* set,
518 uset_toPattern(const USet* set,
532 uset_add(USet* set, UChar32 c);
547 uset_addAll(USet* set, const USet *additionalSet);
559 uset_addRange(USet* set, UChar32 start, UChar32 end);
571 uset_addString(USet* set, const UChar* str, int32_t strLen);
583 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
594 uset_remove(USet* set, UChar32 c);
606 uset_removeRange(USet* set, UChar32 start, UChar32 end);
618 uset_removeString(USet* set, const UChar* str, int32_t strLen);
632 uset_removeAll(USet* set, const USet* removeSet);
649 uset_retain(USet* set, UChar32 start, UChar32 end);
664 uset_retainAll(USet* set, const USet* retain);
675 uset_compact(USet* set);
686 uset_complement(USet* set);
700 uset_complementAll(USet* set, const USet* complement);
710 uset_clear(USet* set);
739 uset_closeOver(USet* set, int32_t attributes);
748 uset_removeAllStrings(USet* set);
758 uset_isEmpty(const USet* set);
769 uset_contains(const USet* set, UChar32 c);
781 uset_containsRange(const USet* set, UChar32 start, UChar32 end);
792 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
805 uset_indexOf(const USet* set, UChar32 c);
818 uset_charAt(const USet* set, int32_t charIndex);
829 uset_size(const USet* set);
840 uset_getItemCount(const USet* set);
861 uset_getItem(const USet* set, int32_t itemIndex,
875 uset_containsAll(const USet* set1, const USet* set2);
888 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);
899 uset_containsNone(const USet* set1, const USet* set2);
910 uset_containsSome(const USet* set1, const USet* set2);
932 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
953 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
975 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
996 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
1007 uset_equals(const USet* set1, const USet* set2);
1063 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode);