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

/external/chromium_org/third_party/icu/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");
/external/icu4c/test/intltest/
H A Dcitrtest.cpp966 class SubCharIter : public CharacterIterator { class in inherits:CharacterIterator
969 SubCharIter() : CharacterIterator() { function in class:SubCharIter
1087 (typeid(*this)==typeid(that) && pos==((SubCharIter &)that).pos);
1138 const char SubCharIter::fgClassID = 0;
1160 SubCharIter *p;
1165 p=new SubCharIter;
1167 errln("SubCharIter.firstPosInc() failed\n");
1171 p=new SubCharIter[2];
1173 errln("SubCharIter.first32PosInc() failed\n");

Completed in 103 milliseconds