Home
last modified time | relevance | path

Searched refs:findProperty (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java121 private int findProperty(int property) { in findProperty() method in UPropertyAliases
242 int valueMapIndex=findProperty(property); in getPropertyName()
256 int valueMapIndex=findProperty(property); in getPropertyValueName()
292 int valueMapIndex=findProperty(property); in getPropertyValueEnum()
313 int valueMapIndex=findProperty(property); in getPropertyValueEnumNoThrow()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUPropertyAliases.java122 private int findProperty(int property) { in findProperty() method in UPropertyAliases
243 int valueMapIndex=findProperty(property); in getPropertyName()
257 int valueMapIndex=findProperty(property); in getPropertyValueName()
293 int valueMapIndex=findProperty(property); in getPropertyValueEnum()
314 int valueMapIndex=findProperty(property); in getPropertyValueEnumNoThrow()
/external/icu/icu4c/source/common/
Dpropname.cpp148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() function in PropNameData
240 int32_t valueMapIndex=findProperty(property); in getPropertyName()
248 int32_t valueMapIndex=findProperty(property); in getPropertyValueName()
273 int32_t valueMapIndex=findProperty(property); in getPropertyValueEnum()
Dpropname.h108 static int32_t findProperty(int32_t property);