Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharacterProperties.java34 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet()
64 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeMap()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharacterProperties.java33 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet()
63 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeMap()
/external/icu/icu4c/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);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java115 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCharacterPropertiesImpl.java117 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3443 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3446 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3458 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(prop); in applyIntPropertyValue()
3562 CharacterPropertiesImpl.getInclusionsForProperty(p)); in applyPropertyAlias()
3589 CharacterPropertiesImpl.getInclusionsForProperty(p)); in applyPropertyAlias()