Searched defs:nameChoice (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/ |
D | propname.cpp | 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 292 UPropertyNameChoice nameChoice) { in u_getPropertyName() 306 UPropertyNameChoice nameChoice) { in u_getPropertyValueName()
|
D | unames.cpp | 239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in expandName() 332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in compareName() 568 uint16_t lineNumber, UCharNameChoice nameChoice, in expandGroupName() 578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, in getName() 602 UCharNameChoice nameChoice) { in enumGroupNames() 670 UCharNameChoice nameChoice) { in enumNames() 852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, in getAlgName() 939 UCharNameChoice nameChoice) { in enumAlgNames() 1078 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) { in findAlgName() 1450 u_charName(UChar32 code, UCharNameChoice nameChoice, in u_charName() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | ICUPropertyFactory.java | 156 private String getFixedValueAlias(String valueAlias, int valueEnum, int nameChoice) { in getFixedValueAlias() 209 … private static String fixedGetPropertyValueName(int propEnum, int valueEnum, int nameChoice) { in fixedGetPropertyValueName() 238 public String getFixedPropertyName(int propName, int nameChoice) { in getFixedPropertyName()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UPropertyAliases.java | 241 public String getPropertyName(int property, int nameChoice) { in getPropertyName() 255 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UPropertyAliases.java | 242 public String getPropertyName(int property, int nameChoice) { in getPropertyName() 256 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1678 UChar32 code, UCharNameChoice nameChoice, in enumCharNamesFn() 1732 UChar32 code, UCharNameChoice nameChoice, in enumExtCharNamesFn()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 4938 int nameChoice) { in getPropertyName() 5022 int nameChoice) in getPropertyValueName() 5836 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 4341 int nameChoice) { in getPropertyName() 4423 int nameChoice) in getPropertyValueName() 5208 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 114 UChar32 u_charFromName_android(UCharNameChoice nameChoice, const char * name, UErrorCode * pErrorCo… in u_charFromName_android() 120 int32_t u_charName_android(UChar32 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferL… in u_charName_android() 138 …2 start, UChar32 limit, UEnumCharNamesFn * fn, void * context, UCharNameChoice nameChoice, UErrorC… in u_enumCharNames_android() 197 const char * u_getPropertyName_android(UProperty property, UPropertyNameChoice nameChoice) { in u_getPropertyName_android() 203 …u_getPropertyValueName_android(UProperty property, int32_t value, UPropertyNameChoice nameChoice) { in u_getPropertyValueName_android()
|