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

/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp965 class SubCharIter : public CharacterIterator { class in inherits:CharacterIterator
968 SubCharIter() : CharacterIterator() { function in class:SubCharIter
1086 (typeid(*this)==typeid(that) && pos==((SubCharIter &)that).pos);
1137 const char SubCharIter::fgClassID = 0;
1159 SubCharIter *p;
1164 p=new SubCharIter;
1166 errln("SubCharIter.firstPosInc() failed\n");
1170 p=new SubCharIter[2];
1172 errln("SubCharIter.first32PosInc() failed\n");

Completed in 60 milliseconds