Home
last modified time | relevance | path

Searched defs:getInclusionsForProperty (Results 1 – 3 of 3) sorted by relevance

/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/icu4c/source/common/
Dcharacterproperties.cpp244 const UnicodeSet *CharacterProperties::getInclusionsForProperty( in getInclusionsForProperty() function in CharacterProperties