Searched refs:pm1 (Results 1 – 1 of 1) sorted by relevance
292 final PrecomputedText pm1 = PrecomputedText.create(MULTIPARA_STRING, param); in testGetParagraphCount() local293 assertEquals(2, pm1.getParagraphCount()); in testGetParagraphCount()294 assertEquals(0, pm1.getParagraphStart(0)); in testGetParagraphCount()295 assertEquals(7, pm1.getParagraphEnd(0)); in testGetParagraphCount()296 assertEquals(7, pm1.getParagraphStart(1)); in testGetParagraphCount()297 assertEquals(pm1.length(), pm1.getParagraphEnd(1)); in testGetParagraphCount()