Home
last modified time | relevance | path

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

12

/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetBuilder.java155 propSet = new UnicodeSet().applyPropertyAlias(propertyName, "", null); in handle()
169 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.java42 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.cpp842 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet
1132 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.java53 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodePropertySymbolTable
DUnicodeProperty.java900 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodeProperty.Factory.MyXSymbolTable
/external/icu/libicu/cts_headers/unicode/
Duniset.h767 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/external/icu/icu4c/source/common/unicode/
Duniset.h767 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/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.java3639 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
/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.java3636 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java826 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in TestMisc.MyXSymbolTable
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java239 temp.applyPropertyAlias("script", script); in printLanguageScript()
380 temp.applyPropertyAlias("script", script);
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp4443 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2304 applyPropertyAlias(UNICODE_STRING_SIMPLE("Assigned"), UnicodeString(), errorCode); in TestFreezable()
Dtranstst.cpp3980 sample.applyPropertyAlias("script", scriptName, status); in TestAny()
/external/icu/android_icu4j/api/public/
Dcurrent.txt3731 method public android.icu.text.UnicodeSet applyPropertyAlias(String, String);
3732 …method public android.icu.text.UnicodeSet applyPropertyAlias(String, String, android.icu.text.Symb…

12