Searched refs:curIndex (Results 1 – 2 of 2) sorted by relevance
47 int curIndex = 0; in verifyTextAsset() local50 assertEquals("At index " + curIndex in verifyTextAsset()51 + " expected " + expectedString.charAt(curIndex) in verifyTextAsset()53 buffer[i], expectedString.charAt(curIndex)); in verifyTextAsset()54 curIndex++; in verifyTextAsset()
737 int curIndex = 0; in verifyTextAsset() local740 assertEquals("At index " + curIndex in verifyTextAsset()741 + " expected " + expectedString.charAt(curIndex) in verifyTextAsset()743 buffer[i], expectedString.charAt(curIndex)); in verifyTextAsset()744 curIndex++; in verifyTextAsset()