Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCharacterPropertiesImpl.java121 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java119 public static synchronized UnicodeSet getInclusionsForProperty(int prop) { in getInclusionsForProperty() method in CharacterPropertiesImpl
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp254 const UnicodeSet *CharacterProperties::getInclusionsForProperty( in getInclusionsForProperty() function in CharacterProperties