HomeSort by relevance Sort by last modified time
    Searched refs:fromUCollationElements (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 183 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/
coleitr.h 288 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) {
292 static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc) {

Completed in 144 milliseconds