HomeSort by relevance Sort by last modified time
    Searched refs:uset (Results 1 - 19 of 19) sorted by null

  /external/libpcap/
gencode.h 213 typedef bpf_u_int32 *uset; typedef
224 uset edom;
244 uset dom;
245 uset closure;
optimize.c 161 * True if a is in uset {p}
167 * Add 'a' to uset p.
173 * Delete 'a' from uset p.
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));
    [all...]
  /external/icu4c/common/
rbbinode.h 29 uset, enumerator in enum:RBBINode::NodeType
58 UnicodeSet *fInputSet; // For uset nodes only.
rbbiscan.cpp 655 // - find the corresponding Unicode Set (uset node)
658 // to the uset node
659 // Maintain a hash table of uset nodes, so the same one is always used
679 U_ASSERT(node->fLeftChild->fType == RBBINode::uset);
697 // Make a new uset node to refer to this UnicodeSet
698 // This new uset node becomes the child of the caller's setReference node.
700 RBBINode *usetNode = new RBBINode(RBBINode::uset);
712 // Add the new uset node to the list of all uset nodes.
    [all...]
uset.cpp 8 * file name: uset.c
16 * There are functions to efficiently serialize a USet into an array of uint16_t
18 * instantiating a new USet.
23 #include "unicode/uset.h"
31 U_CAPI USet* U_EXPORT2
33 return (USet*) new UnicodeSet();
36 U_CAPI USet* U_EXPORT2
38 return (USet*) new UnicodeSet(start, end);
42 uset_close(USet* set) {
46 U_CAPI USet * U_EXPORT
    [all...]
rbbinode.cpp 148 } else if (fType == RBBINode::uset) {
211 // the left child of the uset node.
278 "uset",
Android.mk 87 uobject.cpp uset.cpp \
  /external/icu4c/common/unicode/
uniset.h 16 #include "unicode/uset.h"
474 * Get a UnicodeSet pointer from a USet
476 * @param uset a USet (the ICU plain C type for UnicodeSet)
481 inline static UnicodeSet *fromUSet(USet *uset);
484 * Get a UnicodeSet pointer from a const USet
486 * @param uset a const USet (the ICU plain C type for UnicodeSet)
491 inline static const UnicodeSet *fromUSet(const USet *uset)
    [all...]
  /external/webkit/Source/WebCore/editing/
SmartReplaceICU.cpp 35 #include <unicode/uset.h>
40 static void addAllCodePoints(USet* smartSet, const String& string)
49 static USet* getSmartSet(bool isPreviousCharacter)
51 static USet* preSmartSet = NULL;
52 static USet* postSmartSet = NULL;
53 USet* smartSet = isPreviousCharacter ? preSmartSet : postSmartSet;
82 USet* icuPunct = uset_openPattern(punctuationClass.characters(), punctuationClass.length(), &ec);
  /external/icu4c/test/cintltst/
spooftest.c 28 #include "unicode/uset.h"
248 USet *us;
249 const USet *uset; local
251 uset = uspoof_getAllowedChars(sc, &status);
253 TEST_ASSERT(uset_isFrozen(uset));
385 * AllowedChars set/get the USet of allowed characters.
388 const USet *set;
389 USet *tmpSet;
392 /* By default, we should see no restriction; the USet should allow all characters. *
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/stlport/test/unit/
unordered_test.cpp 29 CPPUNIT_TEST(uset);
46 void uset();
66 void UnorderedTest::uset() function in class:UnorderedTest
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 29 CPPUNIT_TEST(uset);
46 void uset();
66 void UnorderedTest::uset() function in class:UnorderedTest
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 29 CPPUNIT_TEST(uset);
46 void uset();
66 void UnorderedTest::uset() function in class:UnorderedTest
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 27 #include <unicode/uset.h>
496 USet *set = uset_open(1, 0);
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 701 // Conversions to and from USet
703 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);
708 const USet *constUSet = constSet->toUSet();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium/net/base/
net_util.cc 13 #include <unicode/uset.h>
    [all...]

Completed in 1697 milliseconds