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