Searched refs:SubCharIter (Results 1 – 1 of 1) sorted by relevance
967 class SubCharIter : public CharacterIterator { class970 SubCharIter() : CharacterIterator() { in SubCharIter() function in SubCharIter1088 (typeid(*this)==typeid(that) && pos==((SubCharIter &)that).pos); in operator ==()1139 const char SubCharIter::fgClassID = 0;1161 SubCharIter *p; in TestCharIteratorSubClasses()1166 p=new SubCharIter; in TestCharIteratorSubClasses()1172 p=new SubCharIter[2]; in TestCharIteratorSubClasses()