Home | History | Annotate | Download | only in intltest

Lines Matching refs:chariter

40 #include "unicode/chariter.h"
668 CharacterIterator *chariter=new StringCharacterIterator(testString1);
669 CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter);
822 coliter->setText(*chariter, success);
831 delete chariter;