Home
last modified time | relevance | path

Searched refs:theSet (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSCharacterSet/
H A Dgeneral.m9 NSCharacterSet *theSet,*iSet;
13 PASS([theSet characterIsMember: 'A'] &&
14 [theSet characterIsMember: 'Z'] &&
15 [theSet characterIsMember: 'a'] &&
16 [theSet characterIsMember: 'z'] &&
17 [theSet characterIsMember: '9'] &&
18 [theSet characterIsMember: '0'] &&
19 ![theSet characterIsMember: '#'] &&
21 ![theSet characterIsMember: '\n'],
55 iSet = [theSet invertedSet];
[all …]
H A Dclass.m8 NSCharacterSet *theSet = nil;
10 theSet = [NSCharacterSet alphanumericCharacterSet];
15 theSet = [NSCharacterSet controlCharacterSet];
17 PASS([NSCharacterSet controlCharacterSet] == theSet,
20 theSet = [NSCharacterSet decimalDigitCharacterSet];
25 theSet = [NSCharacterSet illegalCharacterSet];
30 theSet = [NSCharacterSet letterCharacterSet];
32 PASS([NSCharacterSet letterCharacterSet] == theSet,
40 theSet = [NSCharacterSet nonBaseCharacterSet];
45 theSet = [NSCharacterSet punctuationCharacterSet];
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dset.cpp40 theSet->size = 0; in newSet()
43 return theSet; in newSet()
64 return theSet->size; in setSize()
70 theSet->size = 0; in clearSet()
120 if (theSet->size == theSet->allocated) { in addToSet()
122theSet->members = (Aword *)realloc(theSet->members, theSet->allocated * sizeof(theSet->members[0])… in addToSet()
124 theSet->members[theSet->size] = newMember; in addToSet()
125 theSet->size++; in addToSet()
138 theSet->members[j] = theSet->members[j + 1]; in removeFromSet()
139 theSet->size--; in removeFromSet()
[all …]
H A Dset.h50 extern int setSize(Set *theSet);
51 extern void clearSet(Set *theSet);
52 extern Set *copySet(Set *theSet);
53 extern Aword getSetMember(Set *theSet, Aint member);
54 extern bool inSet(Set *theSet, Aword member);
55 extern void addToSet(Set *theSet, Aword newMember);
56 extern void removeFromSet(Set *theSet, Aword member);
57 extern Set *setUnion(Set *theSet, Set *other);
58 extern bool equalSets(Set *theSet, Set *other);
59 extern void freeSet(Set *theSet);
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dset.cpp40 theSet->size = 0; in newSet()
43 return theSet; in newSet()
64 return theSet->size; in setSize()
70 theSet->size = 0; in clearSet()
120 if (theSet->size == theSet->allocated) { in addToSet()
122theSet->members = (Aword *)realloc(theSet->members, theSet->allocated * sizeof(theSet->members[0])… in addToSet()
124 theSet->members[theSet->size] = newMember; in addToSet()
125 theSet->size++; in addToSet()
138 theSet->members[j] = theSet->members[j + 1]; in removeFromSet()
139 theSet->size--; in removeFromSet()
[all …]
H A Dset.h50 extern int setSize(Set *theSet);
51 extern void clearSet(Set *theSet);
52 extern Set *copySet(Set *theSet);
53 extern Aword getSetMember(Set *theSet, Aint member);
54 extern bool inSet(Set *theSet, Aword member);
55 extern void addToSet(Set *theSet, Aword newMember);
56 extern void removeFromSet(Set *theSet, Aword member);
57 extern Set *setUnion(Set *theSet, Set *other);
58 extern bool equalSets(Set *theSet, Set *other);
59 extern void freeSet(Set *theSet);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Performance/
H A DPerf.HashSet.cs43 theSet.Add(thing); in Add()
117 theSet.Remove(thing); in Remove()
133 theSet.UnionWith(startingSet); in Clear()
136 theSet.Clear(); in Clear()
156 theSet.Clear(); in Union()
168 theSet.UnionWith(stuffToUnion); in Union_NoOp()
195 theSet.Clear(); in IntersectHashSet()
215 theSet.Clear(); in TestIntersectEnum()
235 theSet.Clear(); in Except()
256 theSet.Clear(); in SymmetricExcept()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DMapOfSets.cs49 HashSet<TValue> theSet; in Put()
50 if (!theMap.TryGetValue(key, out theSet)) in Put()
52 theSet = new HashSet<TValue>(); in Put()
53 theMap[key] = theSet; in Put()
55 theSet.Add(val); in Put()
56 return theSet.Count; in Put()
66 HashSet<TValue> theSet; in PutAll()
69 theSet = new HashSet<TValue>(); in PutAll()
70 theMap[key] = theSet; in PutAll()
72 theSet.UnionWith(vals); in PutAll()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCFCharacterSet.pas382 function CFCharacterSetIsSupersetOfSet( theSet: CFCharacterSetRef; theOtherset: CFCharacterSetRef )… in CFCharacterSetIsSupersetOfSet()
393 function CFCharacterSetHasMemberInPlane( theSet: CFCharacterSetRef; thePlane: CFIndex ): Boolean; e… in CFCharacterSetHasMemberInPlane()
422 function CFCharacterSetCreateCopy( alloc: CFAllocatorRef; theSet: CFCharacterSetRef ): CFCharacterS… in CFCharacterSetCreateCopy()
452 function CFCharacterSetIsCharacterMember( theSet: CFCharacterSetRef; theChar: UniChar ): Boolean; e… in CFCharacterSetIsCharacterMember()
464 function CFCharacterSetIsLongCharacterMember( theSet: CFCharacterSetRef; theChar: UTF32Char ): Bool… in CFCharacterSetIsLongCharacterMember()
497 procedure CFCharacterSetAddCharactersInRange( theSet: CFMutableCharacterSetRef; theRange: CFRange )…
511 procedure CFCharacterSetRemoveCharactersInRange( theSet: CFMutableCharacterSetRef; theRange: CFRang…
523 procedure CFCharacterSetAddCharactersInString( theSet: CFMutableCharacterSetRef; theString: CFStrin…
548 procedure CFCharacterSetUnion( theSet: CFMutableCharacterSetRef; theOtherSet: CFCharacterSetRef ); …
561 procedure CFCharacterSetIntersect( theSet: CFMutableCharacterSetRef; theOtherSet: CFCharacterSetRef…
[all …]
H A DCFSet.pas413 function CFSetCreateCopy( allocator: CFAllocatorRef; theSet: CFSetRef ): CFSetRef; external name '_… in CFSetCreateCopy()
517 function CFSetGetCount( theSet: CFSetRef ): CFIndex; external name '_CFSetGetCount'; in CFSetGetCount()
534 function CFSetGetCountOfValue( theSet: CFSetRef; value: {const} UnivPtr ): CFIndex; external name '… in CFSetGetCountOfValue()
549 function CFSetContainsValue( theSet: CFSetRef; value: {const} UnivPtr ): Boolean; external name '_C… in CFSetContainsValue()
563 function CFSetGetValue( theSet: CFSetRef; value: {const} UnivPtr ): UnivPtr; external name '_CFSetG… in CFSetGetValue()
599 procedure CFSetGetValues( theSet: CFSetRef; {const} values: UnivPtrPtr ); external name '_CFSetGetV…
636 procedure CFSetAddValue( theSet: CFMutableSetRef; value: {const} UnivPtr ); external name '_CFSetAd…
654 procedure CFSetReplaceValue( theSet: CFMutableSetRef; value: {const} UnivPtr ); external name '_CFS…
673 procedure CFSetSetValue( theSet: CFMutableSetRef; value: {const} UnivPtr ); external name '_CFSetSe…
687 procedure CFSetRemoveValue( theSet: CFMutableSetRef; value: {const} UnivPtr ); external name '_CFSe…
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBVH_QuickSorter.hxx32 virtual void Perform (BVH_Set<T, N>* theSet) Standard_OVERRIDE in Perform() argument
34 Perform (theSet, 0, theSet->Size() - 1); in Perform()
38 …virtual void Perform (BVH_Set<T, N>* theSet, const Standard_Integer theStart, const Standard_Integ… in Perform() argument
43 T aPivot = theSet->Center ((aRgh + aLft) / 2, myAxis); in Perform()
46 while (theSet->Center (aLft, myAxis) < aPivot && aLft < theFinal) in Perform()
51 while (theSet->Center (aRgh, myAxis) > aPivot && aRgh > theStart) in Perform()
60 theSet->Swap (aLft, aRgh); in Perform()
69 Perform (theSet, theStart, aRgh); in Perform()
74 Perform (theSet, aLft, theFinal); in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/BVH/
H A DBVH_QuickSorter.hxx32 virtual void Perform (BVH_Set<T, N>* theSet) Standard_OVERRIDE in Perform() argument
34 Perform (theSet, 0, theSet->Size() - 1); in Perform()
38 …virtual void Perform (BVH_Set<T, N>* theSet, const Standard_Integer theStart, const Standard_Integ… in Perform() argument
43 T aPivot = theSet->Center ((aRgh + aLft) / 2, myAxis); in Perform()
46 while (theSet->Center (aLft, myAxis) < aPivot && aLft < theFinal) in Perform()
51 while (theSet->Center (aRgh, myAxis) > aPivot && aRgh > theStart) in Perform()
60 theSet->Swap (aLft, aRgh); in Perform()
69 Perform (theSet, theStart, aRgh); in Perform()
74 Perform (theSet, aLft, theFinal); in Perform()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBVH_QuickSorter.hxx32 virtual void Perform (BVH_Set<T, N>* theSet) Standard_OVERRIDE in Perform() argument
34 Perform (theSet, 0, theSet->Size() - 1); in Perform()
38 …virtual void Perform (BVH_Set<T, N>* theSet, const Standard_Integer theStart, const Standard_Integ… in Perform() argument
43 T aPivot = theSet->Center ((aRgh + aLft) / 2, myAxis); in Perform()
46 while (theSet->Center (aLft, myAxis) < aPivot && aLft < theFinal) in Perform()
51 while (theSet->Center (aRgh, myAxis) > aPivot && aRgh > theStart) in Perform()
60 theSet->Swap (aLft, aRgh); in Perform()
69 Perform (theSet, theStart, aRgh); in Perform()
74 Perform (theSet, aLft, theFinal); in Perform()
/dports/devel/hapy/Hapy-0.0.8/src/
H A DFirst.cc10 theSet.clear(); in clear()
16 theSet.insert(f.theSet.begin(), f.theSet.end()); in operator +=()
23 for (Set::const_iterator i = f.theSet.begin(); i != f.theSet.end(); ++i) { in operator -=()
24 const Set::iterator pos = theSet.find(*i); in operator -=()
25 if (pos != theSet.end()) in operator -=()
26 theSet.erase(pos); in operator -=()
33 theSet.insert(c); in include()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/core-foundation-sys-0.7.0/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/core-foundation-sys-0.7.0/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/core-foundation-sys-0.7.0/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dcharacterset.rs47 …pub fn CFCharacterSetCreateCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFCharacterSe… in CFCharacterSetCreateCopy()
48 …pub fn CFCharacterSetCreateMutableCopy(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) -> CFMuta… in CFCharacterSetCreateMutableCopy()
49 pub fn CFCharacterSetIsCharacterMember(theSet: CFCharacterSetRef, theChar: UniChar) -> Boolean; in CFCharacterSetIsCharacterMember()
50 …pub fn CFCharacterSetCreateBitmapRepresentation(alloc: CFAllocatorRef, theSet: CFCharacterSetRef) … in CFCharacterSetCreateBitmapRepresentation()
51 pub fn CFCharacterSetAddCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetAddCharactersInRange()
52 … pub fn CFCharacterSetRemoveCharactersInRange(theSet: CFMutableCharacterSetRef, theRange: CFRange); in CFCharacterSetRemoveCharactersInRange()
53 …pub fn CFCharacterSetAddCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStringR… in CFCharacterSetAddCharactersInString()
54 …pub fn CFCharacterSetRemoveCharactersInString(theSet: CFMutableCharacterSetRef, theString: CFStrin… in CFCharacterSetRemoveCharactersInString()
55 pub fn CFCharacterSetUnion(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetUnion()
56 … pub fn CFCharacterSetIntersect(theSet: CFMutableCharacterSetRef, theOtherSet: CFCharacterSetRef); in CFCharacterSetIntersect()
[all …]

12345678910>>...23