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

/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp183 init(CollationElementIterator::fromUCollationElements(elems));
296 delete CollationElementIterator::fromUCollationElements(elems);
302 CollationElementIterator::fromUCollationElements(elems)->reset();
313 return CollationElementIterator::fromUCollationElements(elems)->next(*status);
366 return CollationElementIterator::fromUCollationElements(elems)->previous(*status);
453 return CollationElementIterator::fromUCollationElements(elems)->getMaxExpansion(order);
479 return CollationElementIterator::fromUCollationElements(elems)->setText(s, *status);
485 return CollationElementIterator::fromUCollationElements(elems)->getOffset();
497 CollationElementIterator::fromUCollationElements(elems)->setOffset(offset, *status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h288 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { function in class:CollationElementIterator
292 static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc) { function in class:CollationElementIterator

Completed in 465 milliseconds