Home
last modified time | relevance | path

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

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