/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 37 struct USet; 43 typedef struct USet USet; typedef 259 U_STABLE USet* U_EXPORT2 272 U_STABLE USet* U_EXPORT2 284 U_STABLE USet* U_EXPORT2 299 U_STABLE USet* U_EXPORT2 311 uset_close(USet* set); 326 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close); 341 U_STABLE USet * U_EXPORT2 342 uset_clone(const USet *set); [all …]
|
D | uniset.h | 511 inline static UnicodeSet *fromUSet(USet *uset); 521 inline static const UnicodeSet *fromUSet(const USet *uset); 530 inline USet *toUSet(); 540 inline const USet * toUSet() const; 1677 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet() 1681 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet() 1685 inline USet *UnicodeSet::toUSet() { in toUSet() 1686 return reinterpret_cast<USet *>(this); in toUSet() 1689 inline const USet *UnicodeSet::toUSet() const { in toUSet() 1690 return reinterpret_cast<const USet *>(this); in toUSet()
|
D | ucnv.h | 67 struct USet; 69 typedef struct USet USet; typedef 1003 USet *setFillIn,
|
D | ucnvsel.h | 77 const USet* excludedCodePoints,
|
/external/icu/icu4c/source/common/ |
D | uset.cpp | 33 U_CAPI USet* U_EXPORT2 35 return (USet*) new UnicodeSet(); in uset_openEmpty() 38 U_CAPI USet* U_EXPORT2 40 return (USet*) new UnicodeSet(start, end); in uset_open() 44 uset_close(USet* set) { in uset_close() 48 U_CAPI USet * U_EXPORT2 49 uset_clone(const USet *set) { in uset_clone() 50 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone()); in uset_clone() 54 uset_isFrozen(const USet *set) { in uset_isFrozen() 59 uset_freeze(USet *set) { in uset_freeze() [all …]
|
D | uset_props.cpp | 32 U_CAPI USet* U_EXPORT2 48 return (USet*) set; in uset_openPattern() 51 U_CAPI USet* U_EXPORT2 68 return (USet*) set; in uset_openPatternOptions() 73 uset_applyPattern(USet *set, in uset_applyPattern() 102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 131 uset_toPattern(const USet* set, in uset_toPattern() 141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
|
D | uset_imp.h | 30 USetAdd(USet *set, UChar32 c); 33 USetAddRange(USet *set, UChar32 start, UChar32 end); 36 USetAddString(USet *set, const UChar *str, int32_t length); 39 USetRemove(USet *set, UChar32 c); 42 USetRemoveRange(USet *set, UChar32 start, UChar32 end); 50 USet *set;
|
D | uniset_closure.cpp | 146 _set_add(USet *set, UChar32 c) { in _set_add() 151 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() 156 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString()
|
D | ucnv_set.c | 33 USet *setFillIn, in ucnv_getUnicodeSet()
|
/external/llvm/unittests/ADT/ |
D | SparseMultiSetTest.cpp | 17 typedef SparseMultiSet<unsigned> USet; typedef 21 USet Set; in TEST() 32 const USet &CSet = Set; in TEST() 36 USet::const_iterator I = CSet.find(5); in TEST() 42 USet Set; in TEST() 44 USet::iterator I = Set.insert(5); in TEST() 82 USet Set; in TEST() 113 USet::iterator I = Set.erase(Set.find(6)); in TEST() 163 USet Set; in TEST() 173 USet::RangePair RangePair = Set.equal_range(0); in TEST() [all …]
|
D | SparseSetTest.cpp | 17 typedef SparseSet<unsigned> USet; typedef 21 USet Set; in TEST() 33 const USet &CSet = Set; in TEST() 38 USet::const_iterator I = CSet.find(5); in TEST() 44 USet Set; in TEST() 46 std::pair<USet::iterator, bool> IP = Set.insert(5); in TEST() 72 USet::iterator I = Set.find(5); in TEST() 81 USet Set; in TEST() 92 USet::const_iterator I = Set.begin(); in TEST() 106 std::pair<USet::iterator, bool> IP = Set.insert(3); in TEST() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | usettest.c | 28 static void expect(const USet* set, 32 static void expectContainment(const USet* set, 36 static void expectItems(const USet* set, 57 USet *s = uset_open(1, 0); in Testj2269() 83 USet* set; in TestAPI() 84 USet* set2; in TestAPI() 237 static void expect(const USet* set, in expect() 254 static void expectContainment(const USet* set, in expectContainment() 356 static void expectItems(const USet* set, in expectItems() 480 USet *set; in TestSerialized() [all …]
|
D | cldrtest.c | 26 static USet* 27 createFlattenSet(USet *origSet, UErrorCode *status) { in createFlattenSet() 30 USet *newSet = NULL; in createFlattenSet() 745 USet * mergedExemplarSet, in findStringSetMismatch() 748 USet *exemplarSet; in findStringSetMismatch() 793 USet *exemplarSet, in findSetMatch() 795 USet *scripts[10]= {0}; in findSetMatch() 906 USet * mergedExemplarSet = NULL; in VerifyTranslation() 928 …USet * exemplarSet = ulocdata_getExemplarSet(uld, NULL, USET_ADD_CASE_MAPPINGS, ULOCDATA_ES_STANDA… in VerifyTranslation() 1060 … USet *exemplarSet = ulocdata_getExemplarSet(uld, NULL, 0, ULOCDATA_ES_STANDARD, &errorCode); in VerifyTranslation() [all …]
|
D | spooftest.c | 261 USet *us; in TestUSpoofCAPI() 262 const USet *uset; in TestUSpoofCAPI() 401 const USet *set; in TestUSpoofCAPI() 402 USet *tmpSet; in TestUSpoofCAPI() 596 const USet *inclusions = NULL; in TestUSpoofCAPI() 597 const USet *recommended = NULL; in TestUSpoofCAPI()
|
D | cucdtst.c | 340 showADiffB(const USet *a, const USet *b, in showADiffB() 343 USet *aa; in showADiffB() 412 showAMinusB(const USet *a, const USet *b, in showAMinusB() 419 showAIntersectB(const USet *a, const USet *b, in showAIntersectB() 426 compareUSets(const USet *a, const USet *b, in compareUSets() 509 USet *digits, *decimalValues; in TestLetterNumber() 1835 USet* set = uset_open(1, 0); /* empty set */ in TestCharNames() 1836 USet* dumb = uset_open(1, 0); /* empty set */ in TestCharNames() 1977 USet *set; in TestMirroring() 3096 USet *set1, *set2, *set3, *set4; in TestConsistency() [all …]
|
D | ucnvseltst.c | 274 const USet* excludedCodePoints, const UConverterUnicodeSet whichSet) { in getResultsManually() 284 USet* set; in getResultsManually() 381 USet* excluded_sets[3] = { NULL }; in TestSelector()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 871 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status); 894 U_STABLE const USet * U_EXPORT2 1257 U_DRAFT const USet* U_EXPORT2 1499 U_STABLE const USet * U_EXPORT2 1514 U_STABLE const USet * U_EXPORT2
|
D | ucol.h | 492 USet *conts, 509 USet *contractions, USet *expansions, 1409 U_STABLE USet * U_EXPORT2 1426 USet *unsafe,
|
D | ulocdata.h | 176 U_STABLE USet* U_EXPORT2 177 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
|
D | utrans.h | 556 U_STABLE USet* U_EXPORT2 559 USet* fillIn,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 68 typedef std::set<unsigned> USet; typedef in __anon50e8d8320111::HexagonSplitDoubleRegs 69 typedef std::map<unsigned,USet> UUSetMap; 72 typedef std::map<const MachineLoop*,USet> LoopRegMap; 79 bool isProfitable(const USet &Part, LoopRegMap &IRM) const; 81 void collectIndRegsForLoop(const MachineLoop *L, USet &Rs); 95 bool splitPartition(const USet &Part); 98 static void dump_partition(raw_ostream&, const USet&, 112 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition() 122 const USet &Rs = I.second; in isInduction() 227 USet &Asc = AssocMap[R]; in partitionRegisters() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | name2uni.cpp | 42 _set_add(USet *set, UChar32 c) { in _set_add() 69 (USet *)legalPtr, // USet* == UnicodeSet* in NameUnicodeTransliterator()
|
D | uspoof.cpp | 271 U_CAPI const USet * U_EXPORT2 288 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars() 708 U_CAPI const USet * U_EXPORT2 714 U_CAPI const USet * U_EXPORT2 767 U_CAPI const USet* U_EXPORT2
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1007 SetMonkey(const USet *theSet); 1013 const USet *set; 1016 SetMonkey::SetMonkey(const USet *theSet) in SetMonkey() 1041 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData); 1049 const USet *set; 1054 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() 1368 USet *expansions = uset_openEmpty(); in monkeyTest() 1369 USet *contractions = uset_openEmpty(); in monkeyTest() 1375 USet *letters = uset_openPattern(letter_pattern, 39, &status); in monkeyTest()
|
D | colldata.cpp | 320 USet *charsToTest = uset_openPattern(test_pattern, 20, &status); in CollData() 326 USet *charsToRemove = uset_openPattern(remove_pattern, 70, &status); in CollData() 332 USet *expansions = uset_openEmpty(); in CollData() 333 USet *contractions = uset_openEmpty(); in CollData()
|