Searched refs:uset (Results 1 – 14 of 14) sorted by relevance
/external/libpcap/ |
D | gencode.h | 213 typedef bpf_u_int32 *uset; typedef 224 uset edom; 244 uset dom; 245 uset closure;
|
D | optimize.c | 208 static uset all_dom_sets; 209 static uset all_closure_sets; 210 static uset all_edge_sets; 309 uset x; 317 memset(root->et.edom, 0, edgewords * sizeof(*(uset)0)); 318 memset(root->ef.edom, 0, edgewords * sizeof(*(uset)0));
|
/external/icu4c/common/ |
D | rbbiscan.cpp | 676 U_ASSERT(node->fLeftChild->fType == RBBINode::uset); in findSetFor() 697 RBBINode *usetNode = new RBBINode(RBBINode::uset); in findSetFor() 1123 UnicodeSet *uset; in scanSet() local 1135 uset = new UnicodeSet(fRB->fRules, pos, USET_IGNORE_SPACE, in scanSet() 1145 delete uset; in scanSet() 1151 if (uset->isEmpty()) { in scanSet() 1157 delete uset; in scanSet() 1186 findSetFor(n->fText, n, uset); in scanSet()
|
D | uset.cpp | 256 uset_getItemCount(const USet* uset) { in uset_getItemCount() argument 257 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItemCount() 262 uset_getItem(const USet* uset, int32_t itemIndex, in uset_getItem() argument 267 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItem()
|
D | rbbinode.h | 29 uset, enumerator
|
D | Android.mk | 74 uobject.cpp uset.cpp \
|
D | rbbinode.cpp | 148 } else if (fType == RBBINode::uset) { in cloneTree()
|
D | Makefile.org | 83 utrie.o bmpset.o unisetspan.o uset_props.o uniset_props.o uset.o uniset.o usetiter.o ruleiter.o can…
|
D | Makefile.in | 83 utrie.o bmpset.o unisetspan.o uset_props.o uniset_props.o uset.o uniset.o usetiter.o ruleiter.o can…
|
/external/icu4c/i18n/ |
D | regexcmp.cpp | 3807 UnicodeSet *uset = NULL; in scanProp() local 3833 uset = createSetForProperty(propertyName, negated); in scanProp() 3835 return uset; in scanProp() 3858 UnicodeSet *uset = NULL; in scanPosixProp() local 3912 uset = createSetForProperty(propName, negated); in scanPosixProp() 3931 return uset; in scanPosixProp()
|
/external/webkit/JavaScriptCore/ |
D | GNUmakefile.am | 124 JavaScriptCore/icu/unicode/uset.h \
|
D | ChangeLog-2008-08-10 | 19571 * icu/unicode/uset.h: Copied from ../WebCore/icu/unicode/uset.h.
|
/external/webkit/WebCore/ |
D | GNUmakefile.am | 1001 WebCore/icu/unicode/uset.h \
|
D | ChangeLog-2008-08-10 | 71838 * icu/unicode/uset.h: Added.
|