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

/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp246 UCharCharacterIterator::current32() const { function in class:UCharCharacterIterator
/external/icu/icu4c/source/common/
H A Duchriter.cpp246 UCharCharacterIterator::current32() const { function in class:UCharCharacterIterator
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp73 virtual UChar32 current32() const{return DONE;}; function in class:SCharacterIterator
564 if (iter.current32() != text[(int32_t)1])
570 c=iter.current32();
575 c=iter.current32();
580 c=iter.current32();
586 c=iter.current32();
607 if (iter.current32() != c)
608 errln("current32() isn't working right");
644 if (iter.current32() != c)
645 errln("current32() is
1043 virtual UChar32 current32() const { function in class:SubCharIter
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp73 virtual UChar32 current32() const{return DONE;}; function in class:SCharacterIterator
564 if (iter.current32() != text[(int32_t)1])
570 c=iter.current32();
575 c=iter.current32();
580 c=iter.current32();
586 c=iter.current32();
607 if (iter.current32() != c)
608 errln("current32() isn't working right");
644 if (iter.current32() != c)
645 errln("current32() is
1043 virtual UChar32 current32() const { function in class:SubCharIter
[all...]

Completed in 609 milliseconds