Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dtblcoll.h867 const UCollator * getUCollator();
934 inline const UCollator * RuleBasedCollator::getUCollator() in getUCollator() function
/external/icu4c/i18n/
Dstsearch.cpp283 usearch_setCollator(m_strsrch_, coll->getUCollator(), &status); in setCollator()
Dalphaindex.cpp821 const UCollator *uRuleBasedCollator = rbc->getUCollator();
/external/icu4c/test/intltest/
Dtscoll.cpp146 UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator(); in doTestVariant()