/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 72 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames() 118 UCharacter.getPropertyValueName( in TestPropertyNames()
|
D | UnicodeSetTest.java | 115 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 76 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames() 122 UCharacter.getPropertyValueName( in TestPropertyNames()
|
D | UnicodeSetTest.java | 119 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
|
/external/icu/icu4c/source/common/ |
D | propname.cpp | 245 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() function in PropNameData 306 return PropNameData::getPropertyValueName(property, value, nameChoice); in u_getPropertyValueName()
|
D | propname.h | 100 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 112 … String valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.LONG); 114 … valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.SHORT);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 108 … String valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.LONG); 110 … valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.SHORT);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | UnicodePropertySource.java | 174 return UCharacter.getPropertyValueName(propEnum,enumValue, (int)m_nameChoice); in getPropertyValue() 268 return UCharacter.getPropertyValueName(propEnum,valueEnum,nameChoice); in fixedGetPropertyValueName()
|
D | ICUPropertyFactory.java | 209 String value = UCharacter.getPropertyValueName(propEnum, valueEnum, nameChoice); in fixedGetPropertyValueName() 249 … String alias = UCharacter.getPropertyValueName(UProperty.CANONICAL_COMBINING_CLASS, i,
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | UnicodePropertySource.java | 173 return UCharacter.getPropertyValueName(propEnum,enumValue, (int)m_nameChoice); in getPropertyValue() 267 return UCharacter.getPropertyValueName(propEnum,valueEnum,nameChoice); in fixedGetPropertyValueName()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
D | TestUtilities.java | 77 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in TestUnicodeMap() 400 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in _checkSetTime() 428 UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in _checkGetTime()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TestUtilities.java | 81 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in TestUnicodeMap() 404 … String value = UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in _checkSetTime() 432 UCharacter.getPropertyValueName(propEnum,enumValue, UProperty.NameChoice.LONG); in _checkGetTime()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScript.java | 1205 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getName() 1221 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getShortName()
|
D | UCharacter.java | 2438 getPropertyValueName(UProperty.BLOCK, b.getID(), in forName() 4616 public static String getPropertyValueName(int property, in getPropertyValueName() method in UCharacter 4631 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, in getPropertyValueName() 4638 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, nameChoice); in getPropertyValueName() 5777 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UScript.java | 1024 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getName() 1039 return UCharacter.getPropertyValueName(UProperty.SCRIPT, in getShortName()
|
D | UCharacter.java | 2077 getPropertyValueName(UProperty.BLOCK, b.getID(), in forName() 4016 public static String getPropertyValueName(int property, in getPropertyValueName() method in UCharacter 4031 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, in getPropertyValueName() 4038 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, nameChoice); in getPropertyValueName() 5149 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | ICUPropertyFactory.java | 208 String value = UCharacter.getPropertyValueName(propEnum, valueEnum, nameChoice); in fixedGetPropertyValueName() 248 … String alias = UCharacter.getPropertyValueName(UProperty.CANONICAL_COMBINING_CLASS, i,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UPropertyAliases.java | 253 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 | 254 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName() method in UPropertyAliases
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1910 …String gc = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, UCharacter.getType(c), UPr… in RunMonkey() 1914 … 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 | 1914 …String gc = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, UCharacter.getType(c), UPr… in RunMonkey() 1918 … 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 | 281 UCharacter.getPropertyValueName( in TestFirstCharacters()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 277 UCharacter.getPropertyValueName( in TestFirstCharacters()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |