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

  /external/chromium_org/third_party/icu/source/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/common/unicode/
uchriter.h 157 * This can be used to begin an iteration with next32().
259 virtual UChar32 next32(void);
chariter.h 402 * This can be used to begin an iteration with next32().
512 virtual UChar32 next32(void) = 0;
  /external/chromium_org/third_party/icu/source/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/test/intltest/
citrtest.cpp 75 virtual UChar32 next32(){return DONE;}; function in class:SCharacterIterator
612 c = iter.next32();
625 c=iter.next32();
627 errln("next32 didn't return DONE at the end");
726 c = iter.next32();
730 c=iter.next32();
732 errln("error in next32()");
1061 virtual UChar32 next32() { function in class:SubCharIter
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 256 UCharCharacterIterator::next32() { function in class:UCharCharacterIterator
  /external/icu4c/common/
uchriter.cpp 257 UCharCharacterIterator::next32() { function in class:UCharCharacterIterator
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 5220 milliseconds