Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dtestutil.cpp176 int32_t expDestIndex = 0; in checkEditsIter() local
187 test.assertEquals(msg + u":" + __LINE__, expDestIndex, ei1.destinationIndex()); in checkEditsIter()
197 test.assertEquals(msg + u":" + __LINE__, expDestIndex, ei2.destinationIndex()); in checkEditsIter()
208 test.assertTrue(msg + u":" + __LINE__, ei2.findDestinationIndex(expDestIndex, errorCode)); in checkEditsIter()
213 test.assertEquals(msg + u":" + __LINE__, expDestIndex, ei2.destinationIndex()); in checkEditsIter()
224 expDestIndex += expect.newLength; in checkEditsIter()
235 test.assertEquals(msg + u":" + __LINE__, expDestIndex, ei1.destinationIndex()); in checkEditsIter()
239 test.assertFalse(name + u":" + __LINE__, ei2.findDestinationIndex(expDestIndex, errorCode)); in checkEditsIter()
245 int32_t destLength = expDestIndex; in checkEditsIter()

Completed in 1 milliseconds