Home
last modified time | relevance | path

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

/external/icu4c/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);
/external/webkit/Source/WebCore/platform/
DHashTools.h54 const Property* findProperty(register const char* str, register unsigned int len);
/external/webkit/Source/WebCore/css/
DCSSParser.cpp6633 const Property* hashTableEntry = findProperty(name, length); in cssPropertyID()