Home
last modified time | relevance | path

Searched refs:getInclusionsForSource (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java32 private static UnicodeSet getInclusionsForSource(int src) { in getInclusionsForSource() method in CharacterPropertiesImpl
91 UnicodeSet incl = getInclusionsForSource(src); in getIntPropInclusions()
120 return getInclusionsForSource(src); in getInclusionsForProperty()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCharacterPropertiesImpl.java34 private static UnicodeSet getInclusionsForSource(int src) { in getInclusionsForSource() method in CharacterPropertiesImpl
93 UnicodeSet incl = getInclusionsForSource(src); in getIntPropInclusions()
122 return getInclusionsForSource(src); in getInclusionsForProperty()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp189 const UnicodeSet *getInclusionsForSource(UPropertySource src, UErrorCode &errorCode) { in getInclusionsForSource() function
206 const UnicodeSet *incl = getInclusionsForSource(src, errorCode); in initIntPropInclusion()
254 return getInclusionsForSource(src, errorCode); in getInclusionsForProperty()
/third_party/icu/icu4c/source/common/
Dcharacterproperties.cpp191 const UnicodeSet *getInclusionsForSource(UPropertySource src, UErrorCode &errorCode) { in getInclusionsForSource() function
208 const UnicodeSet *incl = getInclusionsForSource(src, errorCode); in initIntPropInclusion()
256 return getInclusionsForSource(src, errorCode); in getInclusionsForProperty()
/third_party/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp191 const UnicodeSet *getInclusionsForSource(UPropertySource src, UErrorCode &errorCode) { in getInclusionsForSource() function
208 const UnicodeSet *incl = getInclusionsForSource(src, errorCode); in initIntPropInclusion()
256 return getInclusionsForSource(src, errorCode); in getInclusionsForProperty()
/third_party/node/deps/icu-small/source/common/
Dcharacterproperties.cpp199 const UnicodeSet *getInclusionsForSource(UPropertySource src, UErrorCode &errorCode) { in getInclusionsForSource() function
216 const UnicodeSet *incl = getInclusionsForSource(src, errorCode); in initIntPropInclusion()
264 return getInclusionsForSource(src, errorCode); in getInclusionsForProperty()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch98 @@ -199,15 +193,66 @@ const UnicodeSet *getInclusionsForSource(UPropertySource src, UErrorCode &err…
113 + const UnicodeSet *incl = getInclusionsForSource(src, errorCode);
155 - return getInclusionsForSource(src, errorCode);
163 + return getInclusionsForSource(src, errorCode);