Lines Matching refs:elems
188 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE() argument
192 void UCollationPCE::init(UCollationElements *elems) { in init() argument
193 init(CollationElementIterator::fromUCollationElements(elems)); in init()
304 ucol_closeElements(UCollationElements *elems) in ucol_closeElements() argument
306 delete CollationElementIterator::fromUCollationElements(elems); in ucol_closeElements()
310 ucol_reset(UCollationElements *elems) in ucol_reset() argument
312 CollationElementIterator::fromUCollationElements(elems)->reset(); in ucol_reset()
316 ucol_next(UCollationElements *elems, in ucol_next() argument
323 return CollationElementIterator::fromUCollationElements(elems)->next(*status); in ucol_next()
370 ucol_previous(UCollationElements *elems, in ucol_previous() argument
376 return CollationElementIterator::fromUCollationElements(elems)->previous(*status); in ucol_previous()
463 ucol_getMaxExpansion(const UCollationElements *elems, in ucol_getMaxExpansion() argument
466 return CollationElementIterator::fromUCollationElements(elems)->getMaxExpansion(order); in ucol_getMaxExpansion()
478 ucol_setText( UCollationElements *elems, in ucol_setText() argument
492 return CollationElementIterator::fromUCollationElements(elems)->setText(s, *status); in ucol_setText()
496 ucol_getOffset(const UCollationElements *elems) in ucol_getOffset() argument
498 return CollationElementIterator::fromUCollationElements(elems)->getOffset(); in ucol_getOffset()
502 ucol_setOffset(UCollationElements *elems, in ucol_setOffset() argument
510 CollationElementIterator::fromUCollationElements(elems)->setOffset(offset, *status); in ucol_setOffset()