Home
last modified time | relevance | path

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

12

/third_party/node/deps/icu-small/source/common/
Duset_props.cpp116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
Duniset_props.cpp810 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/
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()
/third_party/skia/third_party/externals/icu/source/common/
Duset_props.cpp116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
Duniset_props.cpp810 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, in applyPropertyAlias() function in UnicodeSet
1100 applyPropertyAlias(propName, valueName, ec); in applyPropertyPattern()
/third_party/icu/icu4c/source/common/
Duset_props.cpp116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec); in uset_applyPropertyAlias()
Duniset_props.cpp810 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/
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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3485 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/
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
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duniset.h765 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duniset.h763 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/third_party/icu/icu4c/source/common/unicode/
Duniset.h765 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/third_party/node/deps/icu-small/source/common/unicode/
Duniset.h771 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/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()
1813 case 10: test.applyPropertyAlias("hex","true"); break; in checkModification()
1814 case 11: test.applyPropertyAlias("hex", "true", null); break; in checkModification()
DUCharacterTest.java3636 if(st.applyPropertyAlias("", "", new UnicodeSet()) != false)
/third_party/icu/icu4c/source/i18n/
Dregexcmp.cpp4446 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.cpp4449 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp4427 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp4446 set->applyPropertyAlias(UnicodeString(u"Block"), blockName, status); in createSetForProperty()

12