Searched refs:SubCharIter (Results 1 – 1 of 1) sorted by relevance
965 class SubCharIter : public CharacterIterator { class968 SubCharIter() : CharacterIterator() { in SubCharIter() function in SubCharIter1086 (typeid(*this)==typeid(that) && pos==((SubCharIter &)that).pos); in operator ==()1137 const char SubCharIter::fgClassID = 0;1159 SubCharIter *p; in TestCharIteratorSubClasses()1164 p=new SubCharIter; in TestCharIteratorSubClasses()1170 p=new SubCharIter[2]; in TestCharIteratorSubClasses()