• Home
  • Raw
  • Download

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);
641 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length);
655 uset_removeAll(USet* set, const USet* removeSet);
670 uset_retain(USet* set, UChar32 start, UChar32 end);
684 uset_retainString(USet *set, const UChar *str, int32_t length);
696 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length);
711 uset_retainAll(USet* set, const USet* retain);
722 uset_compact(USet* set);
738 uset_complement(USet* set);
754 uset_complementRange(USet *set, UChar32 start, UChar32 end);
767 uset_complementString(USet *set, const UChar *str, int32_t length);
779 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length);
793 uset_complementAll(USet* set, const USet* complement);
803 uset_clear(USet* set);
832 uset_closeOver(USet* set, int32_t attributes);
841 uset_removeAllStrings(USet* set);
851 uset_isEmpty(const USet* set);
859 uset_hasStrings(const USet *set);
870 uset_contains(const USet* set, UChar32 c);
882 uset_containsRange(const USet* set, UChar32 start, UChar32 end);
893 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
906 uset_indexOf(const USet* set, UChar32 c);
924 uset_charAt(const USet* set, int32_t charIndex);
940 uset_size(const USet* set);
951 uset_getRangeCount(const USet *set);
962 uset_getItemCount(const USet* set);
993 uset_getItem(const USet* set, int32_t itemIndex,
1007 uset_containsAll(const USet* set1, const USet* set2);
1020 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);
1031 uset_containsNone(const USet* set1, const USet* set2);
1042 uset_containsSome(const USet* set1, const USet* set2);
1064 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
1085 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
1107 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
1128 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
1139 uset_equals(const USet* set1, const USet* set2);
1195 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode);