Searched refs:uset (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/
H A Dgencode.h221 typedef bpf_u_int32 *uset; typedef
232 uset edom;
252 uset dom;
253 uset closure;
H A Doptimize.c179 * True if a is in uset {p}
185 * Add 'a' to uset p.
191 * Delete 'a' from uset p.
226 static uset all_dom_sets;
227 static uset all_closure_sets;
228 static uset all_edge_sets;
327 uset x;
335 memset(root->et.edom, 0, edgewords * sizeof(*(uset)0));
336 memset(root->ef.edom, 0, edgewords * sizeof(*(uset)0));
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbinode.h29 uset, enumerator in enum:RBBINode::NodeType
58 UnicodeSet *fInputSet; // For uset nodes only.
H A Drbbiscan.cpp656 // - find the corresponding Unicode Set (uset node)
659 // to the uset node
660 // Maintain a hash table of uset nodes, so the same one is always used
680 U_ASSERT(node->fLeftChild->fType == RBBINode::uset);
698 // Make a new uset node to refer to this UnicodeSet
699 // This new uset node becomes the child of the caller's setReference node.
701 RBBINode *usetNode = new RBBINode(RBBINode::uset);
713 // Add the new uset node to the list of all uset nodes.
1139 UnicodeSet *uset;
[all...]
H A Duset.cpp8 * file name: uset.cpp
23 #include "unicode/uset.h"
263 uset_getItemCount(const USet* uset) { argument
264 const UnicodeSet& set = *(const UnicodeSet*)uset;
269 uset_getItem(const USet* uset, int32_t itemIndex, argument
274 const UnicodeSet& set = *(const UnicodeSet*)uset;
519 // TODO The old, internal uset.c had an efficient uset_containsOne function.
521 // Consider adding such a function to both C and C++ UnicodeSet/uset.
H A Drbbinode.cpp148 } else if (fType == RBBINode::uset) {
211 // the left child of the uset node.
278 "uset",
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Duniset.h16 #include "unicode/uset.h"
479 * @param uset a USet (the ICU plain C type for UnicodeSet)
484 inline static UnicodeSet *fromUSet(USet *uset);
489 * @param uset a const USet (the ICU plain C type for UnicodeSet)
494 inline static const UnicodeSet *fromUSet(const USet *uset);
1649 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { argument
1650 return reinterpret_cast<UnicodeSet *>(uset);
1653 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { argument
1654 return reinterpret_cast<const UnicodeSet *>(uset);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSmartReplaceICU.cpp34 #include <unicode/uset.h>
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_core.c181 uint16_t uset, gset; local
186 uset = flags & ASL_MSG_FLAG_READ_UID_SET;
190 if ((uset | gset) == 0) return ASL_STATUS_OK;
193 if ((uset != 0) && (gset == 0)) return asl_core_check_user_access(msgu, readu);
196 if ((uset == 0) && (gset != 0)) return asl_core_check_group_access(msgg, readu, readg);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dspooftest.c28 #include "unicode/uset.h"
252 const USet *uset; local
254 uset = uspoof_getAllowedChars(sc, &status);
256 TEST_ASSERT(uset_isFrozen(uset));
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexcmp.cpp3895 UnicodeSet *uset = NULL;
3921 uset = createSetForProperty(propertyName, negated);
3923 return uset;
3946 UnicodeSet *uset = NULL;
4000 uset = createSetForProperty(propName, negated);
4019 return uset;
/macosx-10.9.5/ICU-511.35/icuSources/extra/uconv/
H A Duconv.cpp27 #include <unicode/uset.h>
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.cpp703 USet *uset = uniset->toUSet(); local
704 TEST_ASSERT((void *)uset == (void *)uniset);
705 UnicodeSet *setx = UnicodeSet::fromUSet(uset);
706 TEST_ASSERT((void *)setx == (void *)uset);
/macosx-10.9.5/CF-855.17/
H A DCFLocale.c45 #include <unicode/uset.h> // ICU Unicode sets

Completed in 244 milliseconds