Home
last modified time | relevance | path

Searched refs:getInclusionsForProperty (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharacterProperties.java32 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet()
62 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeMap()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DCharacterProperties.java33 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet()
63 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeMap()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp244 const UnicodeSet *CharacterProperties::getInclusionsForProperty( in getInclusionsForProperty() function in CharacterProperties
270 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeSet()
304 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeMap()
Duniset_props.cpp811 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
814 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
829 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
910 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
940 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
Duprops.h465 static const UnicodeSet *getInclusionsForProperty(UProperty prop, UErrorCode &errorCode);
/third_party/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp246 const UnicodeSet *CharacterProperties::getInclusionsForProperty( in getInclusionsForProperty() function in CharacterProperties
272 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeSet()
306 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeMap()
Duniset_props.cpp782 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
785 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
800 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
881 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
911 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
Duprops.h441 static const UnicodeSet *getInclusionsForProperty(UProperty prop, UErrorCode &errorCode);
/third_party/icu/icu4c/source/common/
Dcharacterproperties.cpp246 const UnicodeSet *CharacterProperties::getInclusionsForProperty( in getInclusionsForProperty() function in CharacterProperties
272 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeSet()
306 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeMap()
Duniset_props.cpp782 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
785 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
800 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
881 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
911 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
Duprops.h441 static const UnicodeSet *getInclusionsForProperty(UProperty prop, UErrorCode &errorCode);
/third_party/node/deps/icu-small/source/common/
Dcharacterproperties.cpp254 const UnicodeSet *CharacterProperties::getInclusionsForProperty( in getInclusionsForProperty() function in CharacterProperties
300 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeSet()
334 icu::CharacterProperties::getInclusionsForProperty(property, errorCode); in makeMap()
Duniset_props.cpp782 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
785 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
800 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
881 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
911 CharacterProperties::getInclusionsForProperty(p, ec), ec); in applyPropertyAlias()
Duprops.h443 static const UnicodeSet *getInclusionsForProperty(UProperty prop, UErrorCode &errorCode);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCharacterPropertiesImpl.java117 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java115 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3433 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3436 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3448 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3552 CharacterPropertiesImpl.getInclusionsForProperty(p)); in applyPropertyAlias()
3579 CharacterPropertiesImpl.getInclusionsForProperty(p)); in applyPropertyAlias()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch151 const UnicodeSet *CharacterProperties::getInclusionsForProperty(
1547 + const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec);
1550 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec);
1558 + const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec);
1579 static const UnicodeSet *getInclusionsForProperty(UProperty prop, UErrorCode &errorCode);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java3368 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3371 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3383 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3484 CharacterPropertiesImpl.getInclusionsForProperty(p)); in applyPropertyAlias()
3511 CharacterPropertiesImpl.getInclusionsForProperty(p)); in applyPropertyAlias()