Home
last modified time | relevance | path

Searched refs:valueAlias (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java3349 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument
3350 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3364 String valueAlias, SymbolTable symbols) { in applyPropertyAlias() argument
3372 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3377 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3382 if (valueAlias.length() > 0) { in applyPropertyAlias()
3394 v = UCharacter.getPropertyValueEnum(p, valueAlias); in applyPropertyAlias()
3400 v = Integer.parseInt(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
3416 double value = Double.parseDouble(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
3425 String buf = mungeCharName(valueAlias); in applyPropertyAlias()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3426 public UnicodeSet applyPropertyAlias(String propertyAlias, String valueAlias) { in applyPropertyAlias() argument
3427 return applyPropertyAlias(propertyAlias, valueAlias, null); in applyPropertyAlias()
3442 String valueAlias, SymbolTable symbols) { in applyPropertyAlias() argument
3450 && ((XSymbolTable)symbols).applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3455 if (XSYMBOL_TABLE.applyPropertyAlias(propertyAlias, valueAlias, this)) { in applyPropertyAlias()
3460 if (valueAlias.length() > 0) { in applyPropertyAlias()
3472 v = UCharacter.getPropertyValueEnum(p, valueAlias); in applyPropertyAlias()
3478 v = Integer.parseInt(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
3494 double value = Double.parseDouble(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
3503 String buf = mungeCharName(valueAlias); in applyPropertyAlias()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4812 public static int getPropertyValueEnum(int property, CharSequence valueAlias) { in getPropertyValueEnum() argument
4813 int propEnum = UPropertyAliases.INSTANCE.getPropertyValueEnum(property, valueAlias); in getPropertyValueEnum()
4815 throw new IllegalIcuArgumentException("Invalid name: " + valueAlias); in getPropertyValueEnum()
4829 public static int getPropertyValueEnumNoThrow(int property, CharSequence valueAlias) { in getPropertyValueEnumNoThrow() argument
4830 return UPropertyAliases.INSTANCE.getPropertyValueEnumNoThrow(property, valueAlias); in getPropertyValueEnumNoThrow()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java4215 public static int getPropertyValueEnum(int property, CharSequence valueAlias) { in getPropertyValueEnum() argument
4216 int propEnum = UPropertyAliases.INSTANCE.getPropertyValueEnum(property, valueAlias); in getPropertyValueEnum()
4218 throw new IllegalIcuArgumentException("Invalid name: " + valueAlias); in getPropertyValueEnum()
4233 public static int getPropertyValueEnumNoThrow(int property, CharSequence valueAlias) { in getPropertyValueEnumNoThrow() argument
4234 return UPropertyAliases.INSTANCE.getPropertyValueEnumNoThrow(property, valueAlias); in getPropertyValueEnumNoThrow()