Home
last modified time | relevance | path

Searched refs:SubCharIter (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp965 class SubCharIter : public CharacterIterator { class
968 SubCharIter() : CharacterIterator() { in SubCharIter() function in SubCharIter
1086 (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()