/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 35 struct USet; 41 typedef struct USet USet; typedef 253 U_STABLE USet* U_EXPORT2 266 U_STABLE USet* U_EXPORT2 278 U_STABLE USet* U_EXPORT2 293 U_STABLE USet* U_EXPORT2 305 uset_close(USet* set); 320 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close); 335 U_STABLE USet * U_EXPORT2 336 uset_clone(const USet *set); [all …]
|
D | uniset.h | 487 inline static UnicodeSet *fromUSet(USet *uset); 497 inline static const UnicodeSet *fromUSet(const USet *uset); 506 inline USet *toUSet(); 516 inline const USet * toUSet() const; 1653 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet() 1657 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet() 1661 inline USet *UnicodeSet::toUSet() { in toUSet() 1662 return reinterpret_cast<USet *>(this); in toUSet() 1665 inline const USet *UnicodeSet::toUSet() const { in toUSet() 1666 return reinterpret_cast<const USet *>(this); in toUSet()
|
D | ucnv.h | 65 struct USet; 67 typedef struct USet USet; typedef 994 USet *setFillIn,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uset.h | 35 struct USet; 41 typedef struct USet USet; typedef 253 U_STABLE USet* U_EXPORT2 266 U_STABLE USet* U_EXPORT2 278 U_STABLE USet* U_EXPORT2 293 U_STABLE USet* U_EXPORT2 305 uset_close(USet* set); 320 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close); 335 U_STABLE USet * U_EXPORT2 336 uset_clone(const USet *set); [all …]
|
D | uniset.h | 487 inline static UnicodeSet *fromUSet(USet *uset); 497 inline static const UnicodeSet *fromUSet(const USet *uset); 506 inline USet *toUSet(); 516 inline const USet * toUSet() const; 1653 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet() 1657 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet() 1661 inline USet *UnicodeSet::toUSet() { in toUSet() 1662 return reinterpret_cast<USet *>(this); in toUSet() 1665 inline const USet *UnicodeSet::toUSet() const { in toUSet() 1666 return reinterpret_cast<const USet *>(this); in toUSet()
|
/external/icu/icu4c/source/common/ |
D | uset.cpp | 31 U_CAPI USet* U_EXPORT2 33 return (USet*) new UnicodeSet(); in uset_openEmpty() 36 U_CAPI USet* U_EXPORT2 38 return (USet*) new UnicodeSet(start, end); in uset_open() 42 uset_close(USet* set) { in uset_close() 46 U_CAPI USet * U_EXPORT2 47 uset_clone(const USet *set) { in uset_clone() 48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone()); in uset_clone() 52 uset_isFrozen(const USet *set) { in uset_isFrozen() 57 uset_freeze(USet *set) { in uset_freeze() [all …]
|
D | uset_imp.h | 28 USetAdd(USet *set, UChar32 c); 31 USetAddRange(USet *set, UChar32 start, UChar32 end); 34 USetAddString(USet *set, const UChar *str, int32_t length); 37 USetRemove(USet *set, UChar32 c); 40 USetRemoveRange(USet *set, UChar32 start, UChar32 end); 48 USet *set;
|
D | uset_props.cpp | 30 U_CAPI USet* U_EXPORT2 46 return (USet*) set; in uset_openPattern() 49 U_CAPI USet* U_EXPORT2 66 return (USet*) set; in uset_openPatternOptions() 71 uset_applyPattern(USet *set, in uset_applyPattern() 100 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 106 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 129 uset_toPattern(const USet* set, in uset_toPattern() 139 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
|
/external/chromium_org/third_party/icu/source/common/ |
D | uset.cpp | 31 U_CAPI USet* U_EXPORT2 33 return (USet*) new UnicodeSet(); in uset_openEmpty() 36 U_CAPI USet* U_EXPORT2 38 return (USet*) new UnicodeSet(start, end); in uset_open() 42 uset_close(USet* set) { in uset_close() 46 U_CAPI USet * U_EXPORT2 47 uset_clone(const USet *set) { in uset_clone() 48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone()); in uset_clone() 52 uset_isFrozen(const USet *set) { in uset_isFrozen() 57 uset_freeze(USet *set) { in uset_freeze() [all …]
|
D | uset_imp.h | 28 USetAdd(USet *set, UChar32 c); 31 USetAddRange(USet *set, UChar32 start, UChar32 end); 34 USetAddString(USet *set, const UChar *str, int32_t length); 37 USetRemove(USet *set, UChar32 c); 40 USetRemoveRange(USet *set, UChar32 start, UChar32 end); 48 USet *set;
|
D | uset_props.cpp | 30 U_CAPI USet* U_EXPORT2 46 return (USet*) set; in uset_openPattern() 49 U_CAPI USet* U_EXPORT2 66 return (USet*) set; in uset_openPatternOptions() 71 uset_applyPattern(USet *set, in uset_applyPattern() 100 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 106 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 129 uset_toPattern(const USet* set, in uset_toPattern() 139 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
|
/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()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SmartReplaceICU.cpp | 40 static void addAllCodePoints(USet* smartSet, const String& string) in addAllCodePoints() 48 static USet* getSmartSet(bool isPreviousCharacter) in getSmartSet() 50 static USet* preSmartSet = NULL; in getSmartSet() 51 static USet* postSmartSet = NULL; in getSmartSet() 52 USet* smartSet = isPreviousCharacter ? preSmartSet : postSmartSet; in getSmartSet() 81 …USet* icuPunct = uset_openPattern(punctuationClass.charactersWithNullTermination().data(), punctua… in getSmartSet()
|
/external/icu/icu4c/source/test/cintltst/ |
D | usettest.c | 27 static void expect(const USet* set, 31 static void expectContainment(const USet* set, 35 static void expectItems(const USet* set, 56 USet *s = uset_open(1, 0); in Testj2269() 82 USet* set; in TestAPI() 83 USet* set2; in TestAPI() 236 static void expect(const USet* set, in expect() 253 static void expectContainment(const USet* set, in expectContainment() 355 static void expectItems(const USet* set, in expectItems() 479 USet *set; in TestSerialized() [all …]
|
D | cldrtest.c | 23 static USet* 24 createFlattenSet(USet *origSet, UErrorCode *status) { in createFlattenSet() 27 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() 1053 … USet *exemplarSet = ulocdata_getExemplarSet(uld, NULL, 0, ULOCDATA_ES_STANDARD, &errorCode); in VerifyTranslation() [all …]
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | usettest.c | 27 static void expect(const USet* set, 31 static void expectContainment(const USet* set, 35 static void expectItems(const USet* set, 56 USet *s = uset_open(1, 0); in Testj2269() 82 USet* set; in TestAPI() 83 USet* set2; in TestAPI() 236 static void expect(const USet* set, in expect() 253 static void expectContainment(const USet* set, in expectContainment() 355 static void expectItems(const USet* set, in expectItems() 479 USet *set; in TestSerialized() [all …]
|
D | cldrtest.c | 23 static USet* 24 createFlattenSet(USet *origSet, UErrorCode *status) { in createFlattenSet() 27 USet *newSet = NULL; in createFlattenSet() 742 USet * mergedExemplarSet, in findStringSetMismatch() 745 USet *exemplarSet; in findStringSetMismatch() 790 USet *exemplarSet, in findSetMatch() 792 USet *scripts[10]= {0}; in findSetMatch() 903 USet * mergedExemplarSet = NULL; in VerifyTranslation() 925 …USet * exemplarSet = ulocdata_getExemplarSet(uld, NULL, USET_ADD_CASE_MAPPINGS, ULOCDATA_ES_STANDA… in VerifyTranslation() 1054 … USet *exemplarSet = ulocdata_getExemplarSet(uld, NULL, 0, ULOCDATA_ES_STANDARD, &errorCode); in VerifyTranslation() [all …]
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | uspoof.h | 565 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status); 588 U_STABLE const USet * U_EXPORT2 979 U_DRAFT const USet * U_EXPORT2 993 U_DRAFT const USet * U_EXPORT2
|
D | ucol.h | 464 USet *conts, 481 USet *contractions, USet *expansions, 1314 U_STABLE USet * U_EXPORT2 1356 USet *unsafe,
|
D | ulocdata.h | 166 U_STABLE USet* U_EXPORT2 167 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 573 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status); 596 U_STABLE const USet * U_EXPORT2 986 U_DRAFT const USet * U_EXPORT2 1000 U_DRAFT const USet * U_EXPORT2
|
D | ucol.h | 480 USet *conts, 497 USet *contractions, USet *expansions, 1366 U_STABLE USet * U_EXPORT2 1383 USet *unsafe,
|
D | ulocdata.h | 164 U_STABLE USet* U_EXPORT2 165 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_sit.cpp | 719 USet *conts; 720 USet *expansions; 721 USet *removedContractions; 733 USet *contractions = context->conts; in addSpecial() 734 USet *expansions = context->expansions; in addSpecial() 804 USet *expansions = ((contContext *)context)->expansions; in _processSpecials() 805 USet *removed = ((contContext *)context)->removedContractions; in _processSpecials() 850 USet *contractions, in ucol_getContractions() 869 USet *contractions, in ucol_getContractionsAndExpansions() 870 USet *expansions, in ucol_getContractionsAndExpansions() [all …]
|