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 | 5836 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue() argument 5837 if ((propertyEnum >= UProperty.BINARY_START && propertyEnum < UProperty.BINARY_LIMIT) || in getStringPropertyValue() 5838 (propertyEnum >= UProperty.INT_START && propertyEnum < UProperty.INT_LIMIT)) { in getStringPropertyValue() 5839 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue() 5842 if (propertyEnum == UProperty.NUMERIC_VALUE) { in getStringPropertyValue() 5846 switch (propertyEnum) { in getStringPropertyValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 5208 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue() argument 5209 if ((propertyEnum >= UProperty.BINARY_START && propertyEnum < UProperty.BINARY_LIMIT) || in getStringPropertyValue() 5210 (propertyEnum >= UProperty.INT_START && propertyEnum < UProperty.INT_LIMIT)) { in getStringPropertyValue() 5211 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue() 5214 if (propertyEnum == UProperty.NUMERIC_VALUE) { in getStringPropertyValue() 5218 switch (propertyEnum) { in getStringPropertyValue()
|