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

  /external/icu4c/common/unicode/
uchriter.h 157 * This can be used to begin an iteration with next32().
259 virtual UChar32 next32(void);
chariter.h 396 * This can be used to begin an iteration with next32().
506 virtual UChar32 next32(void) = 0;
  /external/icu4c/test/intltest/
citrtest.cpp 74 virtual UChar32 next32(){return DONE;}; function in class:SCharacterIterator
611 c = iter.next32();
624 c=iter.next32();
626 errln("next32 didn't return DONE at the end");
725 c = iter.next32();
729 c=iter.next32();
731 errln("error in next32()");
1060 virtual UChar32 next32() { function in class:SubCharIter
    [all...]
  /external/icu4c/common/
uchriter.cpp 256 UCharCharacterIterator::next32() { function in class:UCharCharacterIterator

Completed in 138 milliseconds