Home
last modified time | relevance | path

Searched refs:propertyEnum (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java5208 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5836 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/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...