/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetBuilder.java | 154 propSet = new UnicodeSet().applyPropertyAlias(propertyName, "", null); in handle() 168 propSet = new UnicodeSet().applyPropertyAlias(propertyName, valueName, null); in handle()
|
D | UnicodeSetFormat.java | 214 valueChars.applyPropertyAlias(propertyAlias, valueAlias); in reduceByProperty()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | NumberingSystemsTest.java | 43 UnicodeSet script = new UnicodeSet().applyPropertyAlias( in TestFile()
|
/external/icu/icu4c/source/common/ |
D | uset_props.cpp | 116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
|
D | uniset_props.cpp | 839 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/ |
D | AnyScriptTest.java | 45 … UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script)); in TestScripts()
|
D | TransliteratorTest.java | 2945 …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/ |
D | AnyScriptTest.java | 42 … UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script)); in TestScripts()
|
D | TransliteratorTest.java | 2942 …UnicodeSet sample = new UnicodeSet().applyPropertyAlias("script", UScript.getShortName(i)).retainA… in TestAny()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 3418 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/ |
D | UnicodeSet.java | 3495 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/ |
D | UnicodePropertySymbolTable.java | 52 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodePropertySymbolTable
|
D | UnicodeProperty.java | 839 public boolean applyPropertyAlias(String propertyName, in applyPropertyAlias() method in UnicodeProperty.Factory.MyXSymbolTable
|
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 763 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 230 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()
|
D | UCharacterTest.java | 3608 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 233 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()
|
D | UCharacterTest.java | 3611 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMisc.java | 815 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in TestMisc.MyXSymbolTable
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowLanguages.java | 223 temp.applyPropertyAlias("script", script); in printLanguageScript() 365 temp.applyPropertyAlias("script", script);
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 4427 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2298 applyPropertyAlias(UNICODE_STRING_SIMPLE("Assigned"), UnicodeString(), errorCode); in TestFreezable()
|
D | transtst.cpp | 3905 sample.applyPropertyAlias("script", scriptName, status); in TestAny()
|
/external/icu/icu4j/tools/build/ |
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |