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

/external/icu4c/common/unicode/
H A Duchriter.h228 virtual UChar32 current32(void) const;
H A Dchariter.h263 * UChar32 c=it.current32();
485 virtual UChar32 current32(void) const = 0;
/external/icu4c/test/intltest/
H A Dcitrtest.cpp72 virtual UChar32 current32() const{return DONE;}; function in class:SCharacterIterator
563 if (iter.current32() != text[(int32_t)1])
569 c=iter.current32();
574 c=iter.current32();
579 c=iter.current32();
585 c=iter.current32();
606 if (iter.current32() != c)
607 errln("current32() isn't working right");
643 if (iter.current32() != c)
644 errln("current32() is
1042 virtual UChar32 current32() const { function in class:SubCharIter
[all...]
/external/icu4c/common/
H A Duchriter.cpp245 UCharCharacterIterator::current32() const { function in class:UCharCharacterIterator

Completed in 90 milliseconds