Lines Matching refs:CollationElementIterator
190 UCollationPCE::UCollationPCE(CollationElementIterator *iter) { init(iter); } in UCollationPCE()
193 init(CollationElementIterator::fromUCollationElements(elems)); in init()
196 void UCollationPCE::init(CollationElementIterator *iter) in init()
293 CollationElementIterator *cei = rbc->createCollationElementIterator(s); in ucol_openElements()
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()