Home | History | Annotate | Download | only in intltest

Lines Matching refs:chariter

39 #include "unicode/chariter.h"
666 CharacterIterator *chariter=new StringCharacterIterator(testString1);
667 CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter);
820 coliter->setText(*chariter, success);
829 delete chariter;