Home
last modified time | relevance | path

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

12

/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetBuilder.java154 propSet = new UnicodeSet().applyPropertyAlias(propertyName, "", null); in handle()
168 propSet = new UnicodeSet().applyPropertyAlias(propertyName, valueName, null); in handle()
DUnicodeSetFormat.java214 valueChars.applyPropertyAlias(propertyAlias, valueAlias); in reduceByProperty()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DNumberingSystemsTest.java43 UnicodeSet script = new UnicodeSet().applyPropertyAlias( in TestFile()
/external/icu/icu4c/source/common/
Duset_props.cpp116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
Duniset_props.cpp839 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet
1129 applyPropertyAlias(propName, valueName, ec); in applyPropertyPattern()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DAnyScriptTest.java45 … UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script)); in TestScripts()
DTransliteratorTest.java2945 …UnicodeSet sample = new UnicodeSet().applyPropertyAlias("script", UScript.getShortName(i)).retainA… in TestAny()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java42 … UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script)); in TestScripts()
DTransliteratorTest.java2942 …UnicodeSet sample = new UnicodeSet().applyPropertyAlias("script", UScript.getShortName(i)).retainA… in TestAny()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java3418 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() method
3419 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3432 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() method
3441 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3446 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3695 applyPropertyAlias(propName, valueName, symbols); in applyPropertyPattern()
3940 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in XSymbolTable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3495 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() method
3496 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3510 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() method
3519 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3524 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3773 applyPropertyAlias(propName, valueName, symbols); in applyPropertyPattern()
4026 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in XSymbolTable
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodePropertySymbolTable.java52 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodePropertySymbolTable
DUnicodeProperty.java839 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodeProperty.Factory.MyXSymbolTable
/external/icu/icu4c/source/common/unicode/
Duniset.h763 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java230 s.applyPropertyAlias("nv", "0.5"); in TestToPattern()
238 s.applyPropertyAlias("gc", "Lu"); in TestToPattern()
1808 case 10: test.applyPropertyAlias("hex","true"); break; in checkModification()
1809 case 11: test.applyPropertyAlias("hex", "true", null); break; in checkModification()
DUCharacterTest.java3608 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java233 s.applyPropertyAlias("nv", "0.5"); in TestToPattern()
241 s.applyPropertyAlias("gc", "Lu"); in TestToPattern()
1811 case 10: test.applyPropertyAlias("hex","true"); break; in checkModification()
1812 case 11: test.applyPropertyAlias("hex", "true", null); break; in checkModification()
DUCharacterTest.java3611 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java815 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in TestMisc.MyXSymbolTable
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java223 temp.applyPropertyAlias("script", script); in printLanguageScript()
365 temp.applyPropertyAlias("script", script);
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp4427 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2298 applyPropertyAlias(UNICODE_STRING_SIMPLE("Assigned"), UnicodeString(), errorCode); in TestFreezable()
Dtranstst.cpp3905 sample.applyPropertyAlias("script", scriptName, status); in TestAny()
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...

12