Home
last modified time | relevance | path

Searched refs:getGroupForPrimary (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationdata.h128 int32_t getGroupForPrimary(uint32_t p) const;
Dcollationdata.cpp73 CollationData::getGroupForPrimary(uint32_t p) const { in getGroupForPrimary() function in CollationData
Drulebasedcollator.cpp595 int32_t group = data->getGroupForPrimary(varTop); in setVariableTop()