Searched refs:getInclusionsForSource (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CharacterPropertiesImpl.java | 32 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/ |
D | CharacterPropertiesImpl.java | 34 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/ |
D | characterproperties.cpp | 189 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/ |
D | characterproperties.cpp | 191 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/ |
D | characterproperties.cpp | 191 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/ |
D | characterproperties.cpp | 199 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/ |
D | uniset_perf2.patch | 98 @@ -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);
|