Lines Matching refs:elems

186 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); }  in UCollationPCE()  argument
190 void UCollationPCE::init(UCollationElements *elems) { in init() argument
191 init(CollationElementIterator::fromUCollationElements(elems)); in init()
302 ucol_closeElements(UCollationElements *elems) in ucol_closeElements() argument
304 delete CollationElementIterator::fromUCollationElements(elems); in ucol_closeElements()
308 ucol_reset(UCollationElements *elems) in ucol_reset() argument
310 CollationElementIterator::fromUCollationElements(elems)->reset(); in ucol_reset()
314 ucol_next(UCollationElements *elems, in ucol_next() argument
321 return CollationElementIterator::fromUCollationElements(elems)->next(*status); in ucol_next()
368 ucol_previous(UCollationElements *elems, in ucol_previous() argument
374 return CollationElementIterator::fromUCollationElements(elems)->previous(*status); in ucol_previous()
461 ucol_getMaxExpansion(const UCollationElements *elems, in ucol_getMaxExpansion() argument
464 return CollationElementIterator::fromUCollationElements(elems)->getMaxExpansion(order); in ucol_getMaxExpansion()
476 ucol_setText( UCollationElements *elems, in ucol_setText() argument
490 return CollationElementIterator::fromUCollationElements(elems)->setText(s, *status); in ucol_setText()
494 ucol_getOffset(const UCollationElements *elems) in ucol_getOffset() argument
496 return CollationElementIterator::fromUCollationElements(elems)->getOffset(); in ucol_getOffset()
500 ucol_setOffset(UCollationElements *elems, in ucol_setOffset() argument
508 CollationElementIterator::fromUCollationElements(elems)->setOffset(offset, *status); in ucol_setOffset()