Searched refs:getInclusionsForProperty (Results 1 – 9 of 9) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | CharacterProperties.java | 34 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/ |
D | CharacterProperties.java | 33 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet() 63 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeMap()
|
/external/icu/icu4c/source/common/ |
D | characterproperties.cpp | 244 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()
|
D | uniset_props.cpp | 811 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()
|
D | uprops.h | 465 static const UnicodeSet *getInclusionsForProperty(UProperty prop, UErrorCode &errorCode);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CharacterPropertiesImpl.java | 115 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CharacterPropertiesImpl.java | 117 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 3368 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/ |
D | UnicodeSet.java | 3443 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()
|