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.java119 private int findProperty(int property) { in findProperty() method in UPropertyAliases
240 int valueMapIndex=findProperty(property); in getPropertyName()
254 int valueMapIndex=findProperty(property); in getPropertyValueName()
290 int valueMapIndex=findProperty(property); in getPropertyValueEnum()
311 int valueMapIndex=findProperty(property); in getPropertyValueEnumNoThrow()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUPropertyAliases.java120 private int findProperty(int property) { in findProperty() method in UPropertyAliases
241 int valueMapIndex=findProperty(property); in getPropertyName()
255 int valueMapIndex=findProperty(property); in getPropertyValueName()
291 int valueMapIndex=findProperty(property); in getPropertyValueEnum()
312 int valueMapIndex=findProperty(property); in getPropertyValueEnumNoThrow()
/external/icu/icu4c/source/common/
Dpropname.cpp146 int32_t PropNameData::findProperty(int32_t property) { in findProperty() function in PropNameData
238 int32_t valueMapIndex=findProperty(property); in getPropertyName()
246 int32_t valueMapIndex=findProperty(property); in getPropertyValueName()
271 int32_t valueMapIndex=findProperty(property); in getPropertyValueEnum()
Dpropname.h106 static int32_t findProperty(int32_t property);