Searched defs:nameChoice (Results 1 – 10 of 10) 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 | 157 private String getFixedValueAlias(String valueAlias, int valueEnum, int nameChoice) { in getFixedValueAlias() 210 … private static String fixedGetPropertyValueName(int propEnum, int valueEnum, int nameChoice) { in fixedGetPropertyValueName() 240 public String getFixedPropertyName(int propName, int nameChoice) { in getFixedPropertyName()
|
/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/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/libicu/src/ |
D | shim.cpp | 302 UChar32 u_charFromName(UCharNameChoice nameChoice, const char * name, UErrorCode * pErrorCode) { in u_charFromName() 308 int32_t u_charName(UChar32 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferLength, U… in u_charName() 320 …2 start, UChar32 limit, UEnumCharNamesFn * fn, void * context, UCharNameChoice nameChoice, UErrorC… in u_enumCharNames() 356 const char * u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) { in u_getPropertyName() 362 … char * u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice) { in u_getPropertyValueName()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1683 UChar32 code, UCharNameChoice nameChoice, in enumCharNamesFn() 1737 UChar32 code, UCharNameChoice nameChoice, in enumExtCharNamesFn()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 5035 int nameChoice) { in getPropertyName() 5119 int nameChoice) in getPropertyValueName() 5933 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 | 4438 int nameChoice) { in getPropertyName() 4520 int nameChoice) in getPropertyValueName() 5303 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 79 int32_t u_charName_android(UChar32 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferL… in u_charName_android()
|