Searched refs:propertyAlias (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetFormat.java | 204 String propertyAlias = UCharacter.getPropertyName(property, UProperty.NameChoice.SHORT); in reduceByProperty() local 214 valueChars.applyPropertyAlias(propertyAlias, valueAlias); in reduceByProperty() 217 result.add("[:" + propertyAlias + '=' + valueAlias + ":]"); in reduceByProperty() 223 result.add("[:" + propertyAlias + '=' + valueAlias + ":]"); in reduceByProperty()
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | ICUPropertyFactory.java | 501 public UnicodeProperty getInternalProperty(String propertyAlias) { in getInternalProperty() argument 504 int possibleItem = Binary_Extras.get(propertyAlias); in getInternalProperty() 514 propEnum = UCharacter.getPropertyEnum(propertyAlias); in getInternalProperty() 516 return new ICUProperty(propertyAlias, propEnum); in getInternalProperty()
|
D | UnicodeProperty.java | 753 public UnicodeProperty getProperty(String propertyAlias) { in getProperty() argument 755 .get(toSkeleton(propertyAlias)); in getProperty()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 3418 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument 3419 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias() 3432 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() argument 3441 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias() 3446 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias() 3452 p = UCharacter.getPropertyEnum(propertyAlias); in applyPropertyAlias() 3532 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias() 3535 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias() 3537 p = pnames.getPropertyEnum(propertyAlias); in applyPropertyAlias() 3544 if (0 == UPropertyAliases.compare(ANY_ID, propertyAlias)) { in applyPropertyAlias() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 3495 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument 3496 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias() 3510 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() argument 3519 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias() 3524 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias() 3530 p = UCharacter.getPropertyEnum(propertyAlias); in applyPropertyAlias() 3610 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias() 3613 v = pnames.getPropertyValueEnum(p, propertyAlias); in applyPropertyAlias() 3615 p = pnames.getPropertyEnum(propertyAlias); in applyPropertyAlias() 3622 if (0 == UPropertyAliases.compare(ANY_ID, propertyAlias)) { in applyPropertyAlias() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 4964 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() argument 4965 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum() 4967 throw new IllegalIcuArgumentException("Invalid name: " + propertyAlias); in getPropertyEnum()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 4366 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() argument 4367 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum() 4369 throw new IllegalIcuArgumentException("Invalid name: " + propertyAlias); in getPropertyEnum()
|