Home
last modified time | relevance | path

Searched defs:applyPropertyAlias (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DUnicodePropertySymbolTable.java51 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodePropertySymbolTable
DUnicodeProperty.java838 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodeProperty.Factory.MyXSymbolTable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3363 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() method
3378 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() method
3900 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in XSymbolTable
/external/icu/icu4c/source/common/
Duniset_props.cpp965 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet