Searched refs:charIter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duiter.h659 * CharacterIterator charIter.
661 * The CharacterIterator pointer charIter is set into UCharIterator.context
670 * @param charIter CharacterIterator to wrap
676 uiter_setCharacterIterator(UCharIterator *iter, icu::CharacterIterator *charIter);
/external/icu/icu4c/source/common/unicode/
H A Duiter.h659 * CharacterIterator charIter.
661 * The CharacterIterator pointer charIter is set into UCharIterator.context
670 * @param charIter CharacterIterator to wrap
676 uiter_setCharacterIterator(UCharIterator *iter, icu::CharacterIterator *charIter);
/external/chromium_org/third_party/icu/source/common/
H A Duiter.cpp472 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) { argument
474 if(charIter!=0) {
476 iter->context=charIter;
/external/icu/icu4c/source/common/
H A Duiter.cpp472 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) { argument
474 if(charIter!=0) {
476 iter->context=charIter;

Completed in 328 milliseconds