Searched refs:propertyAlias (Results 1 – 8 of 8) sorted by relevance
204 String propertyAlias = UCharacter.getPropertyName(property, UProperty.NameChoice.SHORT); in reduceByProperty() local214 valueChars.applyPropertyAlias(propertyAlias, valueAlias); in reduceByProperty()217 result.add("[:" + propertyAlias + '=' + valueAlias + ":]"); in reduceByProperty()223 result.add("[:" + propertyAlias + '=' + valueAlias + ":]"); in reduceByProperty()
506 public UnicodeProperty getInternalProperty(String propertyAlias) { in getInternalProperty() argument509 int possibleItem = Binary_Extras.get(propertyAlias); in getInternalProperty()519 propEnum = UCharacter.getPropertyEnum(propertyAlias); in getInternalProperty()521 return new ICUProperty(propertyAlias, propEnum); in getInternalProperty()
813 public UnicodeProperty getProperty(String propertyAlias) { in getProperty() argument815 .get(toSkeleton(propertyAlias)); in getProperty()
3495 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument3496 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()3510 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() argument3519 && ((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 …]
3418 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument3419 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()3432 public UnicodeSet applyPropertyAlias(String propertyAlias, in applyPropertyAlias() argument3441 && ((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 …]
5061 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() argument5062 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum()5064 throw new IllegalIcuArgumentException("Invalid name: " + propertyAlias); in getPropertyEnum()
4463 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() argument4464 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum()4466 throw new IllegalIcuArgumentException("Invalid name: " + propertyAlias); in getPropertyEnum()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...