Home
last modified time | relevance | path

Searched refs:propertyAlias (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodePropertySource.java31 protected String propertyAlias; field in UnicodePropertySource
56 public UnicodePropertySource setPropertyAlias(String propertyAlias) { in setPropertyAlias() argument
57 this.propertyAlias = propertyAlias; in setPropertyAlias()
62 return propertyAlias; in getPropertyAlias()
159 public UnicodePropertySource setPropertyAlias(String propertyAlias) { in setPropertyAlias() argument
160 super.setPropertyAlias(propertyAlias); in setPropertyAlias()
161 int extraPosition = Extras.indexOf(propertyAlias); in setPropertyAlias()
165 propEnum = UCharacter.getPropertyEnum(propertyAlias); in setPropertyAlias()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DICUPropertyFactory.java499 public UnicodeProperty getInternalProperty(String propertyAlias) { in getInternalProperty() argument
502 int possibleItem = Binary_Extras.get(propertyAlias); in getInternalProperty()
512 propEnum = UCharacter.getPropertyEnum(propertyAlias); in getInternalProperty()
514 return new ICUProperty(propertyAlias, propEnum); in getInternalProperty()
DUnicodeProperty.java752 public UnicodeProperty getProperty(String propertyAlias) { in getProperty() argument
754 .get(toSkeleton(propertyAlias)); in getProperty()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3363 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument
3364 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3378 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() argument
3387 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3392 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3398 p = UCharacter.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3479 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias()
3482 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias()
3484 p = pnames.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3491 if (0 == UPropertyAliases.compare(ANY_ID, propertyAlias)) { in applyPropertyAlias()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4513 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() argument
4514 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum()
4516 throw new IllegalIcuArgumentException("Invalid name: " + propertyAlias); in getPropertyEnum()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...