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()
673 int curIndex = 0; in verifyTextAsset() local676 assertEquals("At index " + curIndex in verifyTextAsset()677 + " expected " + expectedString.charAt(curIndex) in verifyTextAsset()679 buffer[i], expectedString.charAt(curIndex)); in verifyTextAsset()680 curIndex++; in verifyTextAsset()