Home
last modified time | relevance | path

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

12345

/third_party/icu/icu4c/source/common/unicode/
Duset.h50 typedef struct USet USet; typedef
266 U_CAPI USet* U_EXPORT2
279 U_CAPI USet* U_EXPORT2
291 U_CAPI USet* U_EXPORT2
306 U_CAPI USet* U_EXPORT2
318 uset_close(USet* set);
333 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
348 U_CAPI USet * U_EXPORT2
349 uset_clone(const USet *set);
361 uset_isFrozen(const USet *set);
[all …]
Duniset.h531 inline static UnicodeSet *fromUSet(USet *uset);
541 inline static const UnicodeSet *fromUSet(const USet *uset);
550 inline USet *toUSet();
560 inline const USet * toUSet() const;
1740 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet()
1744 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet()
1748 inline USet *UnicodeSet::toUSet() { in toUSet()
1749 return reinterpret_cast<USet *>(this); in toUSet()
1752 inline const USet *UnicodeSet::toUSet() const { in toUSet()
1753 return reinterpret_cast<const USet *>(this); in toUSet()
/third_party/node/deps/icu-small/source/common/unicode/
Duset.h50 typedef struct USet USet; typedef
291 U_CAPI USet* U_EXPORT2
304 U_CAPI USet* U_EXPORT2
316 U_CAPI USet* U_EXPORT2
333 U_CAPI USet* U_EXPORT2
345 uset_close(USet* set);
360 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
375 U_CAPI USet * U_EXPORT2
376 uset_clone(const USet *set);
388 uset_isFrozen(const USet *set);
[all …]
Duniset.h535 inline static UnicodeSet *fromUSet(USet *uset);
545 inline static const UnicodeSet *fromUSet(const USet *uset);
554 inline USet *toUSet();
564 inline const USet * toUSet() const;
1753 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet()
1757 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet()
1761 inline USet *UnicodeSet::toUSet() { in toUSet()
1762 return reinterpret_cast<USet *>(this); in toUSet()
1765 inline const USet *UnicodeSet::toUSet() const { in toUSet()
1766 return reinterpret_cast<const USet *>(this); in toUSet()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duset.h50 typedef struct USet USet; typedef
266 U_CAPI USet* U_EXPORT2
279 U_CAPI USet* U_EXPORT2
291 U_CAPI USet* U_EXPORT2
306 U_CAPI USet* U_EXPORT2
318 uset_close(USet* set);
333 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
348 U_CAPI USet * U_EXPORT2
349 uset_clone(const USet *set);
361 uset_isFrozen(const USet *set);
[all …]
Duniset.h525 inline static UnicodeSet *fromUSet(USet *uset);
535 inline static const UnicodeSet *fromUSet(const USet *uset);
544 inline USet *toUSet();
554 inline const USet * toUSet() const;
1720 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet()
1724 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet()
1728 inline USet *UnicodeSet::toUSet() { in toUSet()
1729 return reinterpret_cast<USet *>(this); in toUSet()
1732 inline const USet *UnicodeSet::toUSet() const { in toUSet()
1733 return reinterpret_cast<const USet *>(this); in toUSet()
/third_party/node/deps/icu-small/source/common/
Duset.cpp33 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 …]
Duset_props.cpp32 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()
Duset_imp.h30 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;
Dcharacterproperties.cpp60 _set_add(USet *set, UChar32 c) { in _set_add()
65 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange()
70 _set_addString(USet *set, const char16_t *str, int32_t length) { in _set_addString()
106 (USet *)incl.getAlias(), in initInclusion()
284 (USet *)set.getAlias(), in makeSet()
400 U_CAPI const USet * U_EXPORT2
/third_party/icu/icu4c/source/common/
Duset.cpp33 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 …]
Duset_props.cpp32 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()
Duset_imp.h30 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;
Dcharacterproperties.cpp60 _set_add(USet *set, UChar32 c) { in _set_add()
65 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange()
70 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString()
106 (USet *)incl.getAlias(), in initInclusion()
284 (USet *)set.getAlias(), in makeSet()
382 U_CAPI const USet * U_EXPORT2
/third_party/skia/third_party/externals/icu/source/common/
Duset.cpp33 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 …]
Duset_props.cpp32 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()
Duset_imp.h30 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;
/third_party/icu/icu4c/source/test/cintltst/
Dusettest.c31 static void expect(const USet* set,
35 static void expectContainment(const USet* set,
39 static void expectItems(const USet* set,
60 USet *s = uset_open(1, 0); in Testj2269()
86 USet* set; in TestAPI()
87 USet* set2; in TestAPI()
291 static void expect(const USet* set, in expect()
308 static void expectContainment(const USet* set, in expectContainment()
410 static void expectItems(const USet* set, in expectItems()
546 USet *set; in TestSerialized()
[all …]
/third_party/icu/icu4c/source/tools/icuexportdata/
Dicuexportdata.cpp138 const USet* uset = u_getBinaryPropertySet(uproperty, status); in dumpBinaryProperty()
321 void writeCanonicalCompositions(USet* backwardCombiningStarters) { in writeCanonicalCompositions()
383 …int32_t baseSize16, uint32_t baseSize32, uint32_t supplementSize16, USet* uset, USet* reference, c… in writeDecompositionData()
447 USet* halfWidthVoicing = uset_openEmpty(); in writeDecompositionData()
451 USet* iotaSubscript = uset_openEmpty(); in writeDecompositionData()
456 USet* halfWidthCheck = uset_cloneAsThawed(uset); in writeDecompositionData()
469 USet* iotaCheck = uset_cloneAsThawed(reference); in writeDecompositionData()
538 const USet* backwardCombiningStarters, in computeDecompositions()
541 USet* decompositionStartsWithNonStarter, in computeDecompositions()
542 USet* decompositionStartsWithBackwardCombiningStarter, in computeDecompositions()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Duspoof.h861 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
884 U_CAPI const USet * U_EXPORT2
1109 U_CAPI const USet* U_EXPORT2
1288 U_CAPI const USet * U_EXPORT2
1303 U_CAPI const USet * U_EXPORT2
/third_party/icu/icu4c/source/i18n/unicode/
Duspoof.h861 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
884 U_CAPI const USet * U_EXPORT2
1109 U_CAPI const USet* U_EXPORT2
1288 U_CAPI const USet * U_EXPORT2
1303 U_CAPI const USet * U_EXPORT2
Ducol.h497 USet *conts,
514 USet *contractions, USet *expansions,
1427 U_CAPI USet * U_EXPORT2
1444 USet *unsafe,
/third_party/node/deps/icu-small/source/i18n/unicode/
Duspoof.h861 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
884 U_CAPI const USet * U_EXPORT2
1109 U_CAPI const USet* U_EXPORT2
1288 U_CAPI const USet * U_EXPORT2
1303 U_CAPI const USet * U_EXPORT2
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp161 const USet* uset = u_getBinaryPropertySet(uproperty, status); in dumpBinaryProperty()
498 void writeCanonicalCompositions(USet* backwardCombiningStarters) { in writeCanonicalCompositions()
560 …int32_t baseSize16, uint32_t baseSize32, uint32_t supplementSize16, USet* uset, USet* reference, c… in writeDecompositionData()
624 USet* halfWidthVoicing = uset_openEmpty(); in writeDecompositionData()
628 USet* iotaSubscript = uset_openEmpty(); in writeDecompositionData()
633 USet* halfWidthCheck = uset_cloneAsThawed(uset); in writeDecompositionData()
646 USet* iotaCheck = uset_cloneAsThawed(reference); in writeDecompositionData()
742 const USet* backwardCombiningStarters, in computeDecompositions()
745 USet* decompositionStartsWithNonStarter, in computeDecompositions()
746 USet* decompositionStartsWithBackwardCombiningStarter, in computeDecompositions()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp89 using USet = std::set<unsigned>; typedef in __anonb6627bfb0111::HexagonSplitDoubleRegs
90 using UUSetMap = std::map<unsigned, USet>;
93 using LoopRegMap = std::map<const MachineLoop *, USet>;
101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
103 void collectIndRegsForLoop(const MachineLoop *L, USet &Rs);
117 bool splitPartition(const USet &Part);
121 static void dump_partition(raw_ostream&, const USet&,
137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
147 const USet &Rs = I.second; in isInduction()
249 USet &Asc = AssocMap[R]; in partitionRegisters()
[all …]

12345