/third_party/node/deps/icu-small/source/common/ |
D | uset_props.cpp | 116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
|
D | uniset_props.cpp | 810 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet 1100 applyPropertyAlias(propName, valueName, ec); in applyPropertyPattern()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uset_props.cpp | 116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
|
D | uniset_props.cpp | 810 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet 1100 applyPropertyAlias(propName, valueName, ec); in applyPropertyPattern()
|
/third_party/icu/icu4c/source/common/ |
D | uset_props.cpp | 116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
|
D | uniset_props.cpp | 810 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet 1100 applyPropertyAlias(propName, valueName, ec); in applyPropertyPattern()
|
/third_party/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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 3485 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() method 3486 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias() 3500 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() method 3509 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias() 3514 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias() 3763 applyPropertyAlias(propName, valueName, symbols); in applyPropertyPattern() 4012 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() method in XSymbolTable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 765 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 763 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uniset.h | 765 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uniset.h | 771 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
|
/third_party/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() 1813 case 10: test.applyPropertyAlias("hex","true"); break; in checkModification() 1814 case 11: test.applyPropertyAlias("hex", "true", null); break; in checkModification()
|
D | UCharacterTest.java | 3636 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 4446 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexcmp.cpp | 4449 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 4427 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 4446 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
|