Home
last modified time | relevance | path

Searched refs:getPropertyEnum (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dpropname.h205 inline EnumValue getPropertyEnum(const char* alias) const;
Dpropname.cpp175 PropertyAliases::getPropertyEnum(const char* alias) const { in getPropertyEnum() function in PropertyAliases
302 UProperty p = load() ? (UProperty) PNAME->getPropertyEnum(alias) in u_getPropertyEnum()