Searched refs:charIter (Results 1 – 6 of 6) sorted by relevance
676 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter);
676 uiter_setCharacterIterator(UCharIterator *iter, U_NAMESPACE_QUALIFIER CharacterIterator *charIter);
469 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) { in uiter_setCharacterIterator() argument471 if(charIter!=0) { in uiter_setCharacterIterator()473 iter->context=charIter; in uiter_setCharacterIterator()