Searched defs:USet (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duset.h35 struct USet;
41 typedef struct USet USet; typedef in typeref:struct:USet
243 * USet API
247 * Create an empty USet object.
249 * @return a newly created USet. The caller must call uset_close() on
253 U_STABLE USet* U_EXPORT2
257 * Creates a USet object that contains the range of characters
262 * @return a newly created USet. The caller must call uset_close() on
266 U_STABLE USet* U_EXPORT
[all...]
H A Ducnv.h57 * USet is the C API type for Unicode sets.
65 struct USet;
67 typedef struct USet USet; typedef in typeref:struct:USet
980 * @param setFillIn A valid USet *. It will be cleared by this function before
981 * the converter's specific set is filled into the USet.
994 USet *setFillIn,
/external/icu/icu4c/source/common/unicode/
H A Duset.h35 struct USet;
41 typedef struct USet USet; typedef in typeref:struct:USet
243 * USet API
247 * Create an empty USet object.
249 * @return a newly created USet. The caller must call uset_close() on
253 U_STABLE USet* U_EXPORT2
257 * Creates a USet object that contains the range of characters
262 * @return a newly created USet. The caller must call uset_close() on
266 U_STABLE USet* U_EXPORT
[all...]
H A Ducnv.h57 * USet is the C API type for Unicode sets.
65 struct USet;
67 typedef struct USet USet; typedef in typeref:struct:USet
980 * @param setFillIn A valid USet *. It will be cleared by this function before
981 * the converter's specific set is filled into the USet.
994 USet *setFillIn,
/external/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp17 typedef SparseMultiSet<unsigned> USet; typedef in namespace:__anon26459
21 USet Set;
32 const USet &CSet = Set;
36 USet::const_iterator I = CSet.find(5);
42 USet Set;
44 USet::iterator I = Set.insert(5);
82 USet Set;
113 USet::iterator I = Set.erase(Set.find(6));
163 USet Set;
173 USet
[all...]
H A DSparseSetTest.cpp17 typedef SparseSet<unsigned> USet; typedef in namespace:__anon26460
21 USet Set;
33 const USet &CSet = Set;
38 USet::const_iterator I = CSet.find(5);
44 USet Set;
46 std::pair<USet::iterator, bool> IP = Set.insert(5);
72 USet::iterator I = Set.find(5);
81 USet Set;
92 USet::const_iterator I = Set.begin();
106 std::pair<USet
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1301 UberRegSet *USet = &UberSets[USetID]; local
1302 USet->Regs.insert(Reg);
1303 RegSets[i] = USet;

Completed in 1384 milliseconds