Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducoleitr.cpp181 init(CollationElementIterator::fromUCollationElements(elems)); in init()
294 delete CollationElementIterator::fromUCollationElements(elems); in ucol_closeElements()
300 CollationElementIterator::fromUCollationElements(elems)->reset(); in ucol_reset()
311 return CollationElementIterator::fromUCollationElements(elems)->next(*status); in ucol_next()
364 return CollationElementIterator::fromUCollationElements(elems)->previous(*status); in ucol_previous()
451 return CollationElementIterator::fromUCollationElements(elems)->getMaxExpansion(order); in ucol_getMaxExpansion()
477 return CollationElementIterator::fromUCollationElements(elems)->setText(s, *status); in ucol_setText()
483 return CollationElementIterator::fromUCollationElements(elems)->getOffset(); in ucol_getOffset()
495 CollationElementIterator::fromUCollationElements(elems)->setOffset(offset, *status); in ucol_setOffset()
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h288 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { in fromUCollationElements() function
292 …static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc)… in fromUCollationElements() function