Searched refs:propertyEnum (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 5726 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue() argument 5727 if ((propertyEnum >= UProperty.BINARY_START && propertyEnum < UProperty.BINARY_LIMIT) || in getStringPropertyValue() 5728 (propertyEnum >= UProperty.INT_START && propertyEnum < UProperty.INT_LIMIT)) { in getStringPropertyValue() 5729 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue() 5732 if (propertyEnum == UProperty.NUMERIC_VALUE) { in getStringPropertyValue() 5736 switch (propertyEnum) { in getStringPropertyValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 5102 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue() argument 5103 if ((propertyEnum >= UProperty.BINARY_START && propertyEnum < UProperty.BINARY_LIMIT) || in getStringPropertyValue() 5104 (propertyEnum >= UProperty.INT_START && propertyEnum < UProperty.INT_LIMIT)) { in getStringPropertyValue() 5105 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue() 5108 if (propertyEnum == UProperty.NUMERIC_VALUE) { in getStringPropertyValue() 5112 switch (propertyEnum) { in getStringPropertyValue()
|