/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 76 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames() 122 UCharacter.getPropertyValueName( in TestPropertyNames()
|
D | UnicodeSetTest.java | 120 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 79 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames() 125 UCharacter.getPropertyValueName( in TestPropertyNames()
|
D | UnicodeSetTest.java | 123 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
|
/external/icu/icu4c/source/common/ |
D | propname.cpp | 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() function in PropNameData 308 return PropNameData::getPropertyValueName(property, value, nameChoice); in u_getPropertyValueName()
|
D | propname.h | 102 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetFormat.java | 207 … String valueAlias = UCharacter.getPropertyValueName(property, i, UProperty.NameChoice.SHORT); in reduceByProperty() 209 … valueAlias = UCharacter.getPropertyValueName(property, i, UProperty.NameChoice.LONG); in reduceByProperty()
|
D | Typology.java | 139 … String gcName = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, i, NameChoice.SHORT);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 116 … String valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.LONG); 118 … valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.SHORT);
|
D | UnicodeMapTest.java | 362 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in TestUnicodeMapGeneralCategory()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 113 … String valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.LONG); 115 … valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.SHORT);
|
D | UnicodeMapTest.java | 359 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in TestUnicodeMapGeneralCategory()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UScript.java | 1083 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getName() 1098 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getShortName()
|
D | UCharacter.java | 2229 getPropertyValueName(UProperty.BLOCK, b.getID(), in forName() 4421 public static String getPropertyValueName(int property, in getPropertyValueName() method in UCharacter 4436 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, in getPropertyValueName() 4443 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, nameChoice); in getPropertyValueName() 5211 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScript.java | 1275 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getName() 1291 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getShortName()
|
D | UCharacter.java | 2597 getPropertyValueName(UProperty.BLOCK, b.getID(), in forName() 5020 public static String getPropertyValueName(int property, in getPropertyValueName() method in UCharacter 5035 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, in getPropertyValueName() 5042 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, nameChoice); in getPropertyValueName() 5839 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ExtractICUData.java | 414 … String valueName = UCharacter.getPropertyValueName(propIndex, valueIndex, in testProps() 416 … String shortValueName = UCharacter.getPropertyValueName(propIndex, valueIndex, in testProps()
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | ICUPropertyFactory.java | 210 String value = UCharacter.getPropertyValueName(propEnum, valueEnum, nameChoice); in fixedGetPropertyValueName() 250 … String alias = UCharacter.getPropertyValueName(UProperty.CANONICAL_COMBINING_CLASS, i,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UPropertyAliases.java | 255 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName() method in UPropertyAliases
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UPropertyAliases.java | 256 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName() method in UPropertyAliases
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestUtilities.java | 1338 … String value = UCharacter.getPropertyValueName(propEnum, enumValue, UProperty.NameChoice.LONG); 1380 UCharacter.getPropertyValueName(propEnum, enumValue, UProperty.NameChoice.LONG);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 2069 …String gc = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, UCharacter.getType(c), UPr… in RunMonkey() 2073 … UCharacter.getPropertyValueName(mk.fCharProperty, extraProp, UProperty.NameChoice.LONG); in RunMonkey()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 2072 …String gc = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, UCharacter.getType(c), UPr… in RunMonkey() 2076 … UCharacter.getPropertyValueName(mk.fCharProperty, extraProp, UProperty.NameChoice.LONG); in RunMonkey()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 286 UCharacter.getPropertyValueName( in TestFirstCharacters()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 283 UCharacter.getPropertyValueName( in TestFirstCharacters()
|