Searched refs:charIter (Results 1 – 2 of 2) sorted by relevance
676 uiter_setCharacterIterator(UCharIterator *iter, icu::CharacterIterator *charIter);
472 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) { in uiter_setCharacterIterator() argument474 if(charIter!=0) { in uiter_setCharacterIterator()476 iter->context=charIter; in uiter_setCharacterIterator()