Searched refs:compareCI (Results 1 – 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 855 StringCharacterIterator sci(s), compareCI(s); in TestUCharIterator() local 863 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); in TestUCharIterator() 864 compareCI.setIndex(0); in TestUCharIterator() 865 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator"); in TestUCharIterator() 866 compareCI.setIndex(0); in TestUCharIterator() 867 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable"); in TestUCharIterator()
|