Home
last modified time | relevance | path

Searched refs:USet (Results 1 – 25 of 82) sorted by relevance

1234

/external/icu/icu4c/source/common/unicode/
Duset.h35 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 …]
Duniset.h487 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()
Ducnv.h65 struct USet;
67 typedef struct USet USet; typedef
994 USet *setFillIn,
/external/chromium_org/third_party/icu/source/common/unicode/
Duset.h35 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 …]
Duniset.h487 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/
Duset.cpp31 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 …]
Duset_imp.h28 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;
Duset_props.cpp30 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/
Duset.cpp31 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 …]
Duset_imp.h28 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;
Duset_props.cpp30 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/
DSparseMultiSetTest.cpp17 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 …]
DSparseSetTest.cpp17 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/
DSmartReplaceICU.cpp40 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()
81USet* icuPunct = uset_openPattern(punctuationClass.charactersWithNullTermination().data(), punctua… in getSmartSet()
/external/icu/icu4c/source/test/cintltst/
Dusettest.c27 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 …]
Dcldrtest.c23 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()
928USet * exemplarSet = ulocdata_getExemplarSet(uld, NULL, USET_ADD_CASE_MAPPINGS, ULOCDATA_ES_STANDA… in VerifyTranslation()
1053USet *exemplarSet = ulocdata_getExemplarSet(uld, NULL, 0, ULOCDATA_ES_STANDARD, &errorCode); in VerifyTranslation()
[all …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dusettest.c27 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 …]
Dcldrtest.c23 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()
925USet * exemplarSet = ulocdata_getExemplarSet(uld, NULL, USET_ADD_CASE_MAPPINGS, ULOCDATA_ES_STANDA… in VerifyTranslation()
1054USet *exemplarSet = ulocdata_getExemplarSet(uld, NULL, 0, ULOCDATA_ES_STANDARD, &errorCode); in VerifyTranslation()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Duspoof.h565 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
Ducol.h464 USet *conts,
481 USet *contractions, USet *expansions,
1314 U_STABLE USet * U_EXPORT2
1356 USet *unsafe,
Dulocdata.h166 U_STABLE USet* U_EXPORT2
167 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h573 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
Ducol.h480 USet *conts,
497 USet *contractions, USet *expansions,
1366 U_STABLE USet * U_EXPORT2
1383 USet *unsafe,
Dulocdata.h164 U_STABLE USet* U_EXPORT2
165 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
/external/chromium_org/third_party/icu/source/i18n/
Ducol_sit.cpp719 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 …]

1234