Home
last modified time | relevance | path

Searched refs:getPropertyValueName (Results 1 – 25 of 35) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUPropertyAliasesTest.java76 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames()
122 UCharacter.getPropertyValueName( in TestPropertyNames()
DUnicodeSetTest.java120 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUPropertyAliasesTest.java79 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames()
125 UCharacter.getPropertyValueName( in TestPropertyNames()
DUnicodeSetTest.java123 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
/external/icu/icu4c/source/common/
Dpropname.cpp247 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()
Dpropname.h102 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetFormat.java207 … String valueAlias = UCharacter.getPropertyValueName(property, i, UProperty.NameChoice.SHORT); in reduceByProperty()
209 … valueAlias = UCharacter.getPropertyValueName(property, i, UProperty.NameChoice.LONG); in reduceByProperty()
DTypology.java139 … String gcName = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, i, NameChoice.SHORT);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRegexUtilitiesTest.java116 … String valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.LONG);
118 … valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.SHORT);
DUnicodeMapTest.java362 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in TestUnicodeMapGeneralCategory()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRegexUtilitiesTest.java113 … String valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.LONG);
115 … valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.SHORT);
DUnicodeMapTest.java359 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in TestUnicodeMapGeneralCategory()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUScript.java1083 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getName()
1098 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getShortName()
DUCharacter.java2229 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/
DUScript.java1275 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getName()
1291 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getShortName()
DUCharacter.java2597 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/
DExtractICUData.java414 … 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/
DICUPropertyFactory.java210 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/
DUPropertyAliases.java255 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName() method in UPropertyAliases
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUPropertyAliases.java256 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName() method in UPropertyAliases
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUtilities.java1338 … 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/
DRBBITestMonkey.java2069 …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/
DRBBITestMonkey.java2072 …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/
DAlphabeticIndexTest.java286 UCharacter.getPropertyValueName( in TestFirstCharacters()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java283 UCharacter.getPropertyValueName( in TestFirstCharacters()

12