Home
last modified time | relevance | path

Searched refs:applyPropertyAlias (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
Duset_props.cpp114 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
Duniset_props.cpp965 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet
1258 applyPropertyAlias(propName, valueName, ec); in applyPropertyPattern()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java37 … UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script)); in TestScripts()
DTransliteratorTest.java2970 …UnicodeSet sample = new UnicodeSet().applyPropertyAlias("script", UScript.getShortName(i)).retainA… in TestAny()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3363 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() method
3364 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3378 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() method
3387 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3392 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3648 applyPropertyAlias(propName, valueName, symbols); in applyPropertyPattern()
3900 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in XSymbolTable
/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/icu4c/source/common/unicode/
Duniset.h728 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java224 s.applyPropertyAlias("nv", "0.5"); in TestToPattern()
232 s.applyPropertyAlias("gc", "Lu"); in TestToPattern()
1775 case 10: test.applyPropertyAlias("hex","true"); break; in checkModification()
1776 case 11: test.applyPropertyAlias("hex", "true", null); break; in checkModification()
DUCharacterTest.java3471 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2244 applyPropertyAlias(UNICODE_STRING_SIMPLE("Assigned"), UnicodeString(), errorCode); in TestFreezable()
Dtranstst.cpp3890 sample.applyPropertyAlias("script", scriptName, status); in TestAny()