Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducoleitr.cpp193 init(CollationElementIterator::fromUCollationElements(elems)); in init()
306 delete CollationElementIterator::fromUCollationElements(elems); in ucol_closeElements()
312 CollationElementIterator::fromUCollationElements(elems)->reset(); in ucol_reset()
323 return CollationElementIterator::fromUCollationElements(elems)->next(*status); in ucol_next()
376 return CollationElementIterator::fromUCollationElements(elems)->previous(*status); in ucol_previous()
466 return CollationElementIterator::fromUCollationElements(elems)->getMaxExpansion(order); in ucol_getMaxExpansion()
492 return CollationElementIterator::fromUCollationElements(elems)->setText(s, *status); in ucol_setText()
498 return CollationElementIterator::fromUCollationElements(elems)->getOffset(); in ucol_getOffset()
510 CollationElementIterator::fromUCollationElements(elems)->setOffset(offset, *status); in ucol_setOffset()
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h291 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { in fromUCollationElements() function
295 …static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc)… in fromUCollationElements() function