Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodePropertySource.java32 protected String propertyAlias; field in UnicodePropertySource
57 public UnicodePropertySource setPropertyAlias(String propertyAlias) { in setPropertyAlias() argument
58 this.propertyAlias = propertyAlias; in setPropertyAlias()
63 return propertyAlias; in getPropertyAlias()
160 public UnicodePropertySource setPropertyAlias(String propertyAlias) { in setPropertyAlias() argument
161 super.setPropertyAlias(propertyAlias); in setPropertyAlias()
162 int extraPosition = Extras.indexOf(propertyAlias); in setPropertyAlias()
166 propEnum = UCharacter.getPropertyEnum(propertyAlias); in setPropertyAlias()
DICUPropertyFactory.java500 public UnicodeProperty getInternalProperty(String propertyAlias) { in getInternalProperty() argument
503 int possibleItem = Binary_Extras.get(propertyAlias); in getInternalProperty()
513 propEnum = UCharacter.getPropertyEnum(propertyAlias); in getInternalProperty()
515 return new ICUProperty(propertyAlias, propEnum); in getInternalProperty()
DUnicodeProperty.java753 public UnicodeProperty getProperty(String propertyAlias) { in getProperty() argument
755 .get(toSkeleton(propertyAlias)); in getProperty()
/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/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java3333 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument
3334 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3347 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() argument
3356 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3361 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3367 p = UCharacter.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3448 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias()
3451 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias()
3453 p = pnames.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3460 if (0 == UPropertyAliases.compare(ANY_ID, propertyAlias)) { in applyPropertyAlias()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3410 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument
3411 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3425 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() argument
3434 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3439 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3445 p = UCharacter.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3526 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias()
3529 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias()
3531 p = pnames.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3538 if (0 == UPropertyAliases.compare(ANY_ID, propertyAlias)) { in applyPropertyAlias()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java3961 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() argument
3962 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum()
3964 throw new IllegalIcuArgumentException("Invalid name: " + propertyAlias); in getPropertyEnum()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4560 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() argument
4561 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum()
4563 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 ...