Home
last modified time | relevance | path

Searched refs:pm1 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DPrecomputedTextTest.java274 final PrecomputedText pm1 = PrecomputedText.create(MULTIPARA_STRING, param); in testGetParagraphCount() local
275 assertEquals(2, pm1.getParagraphCount()); in testGetParagraphCount()
276 assertEquals(0, pm1.getParagraphStart(0)); in testGetParagraphCount()
277 assertEquals(7, pm1.getParagraphEnd(0)); in testGetParagraphCount()
278 assertEquals(7, pm1.getParagraphStart(1)); in testGetParagraphCount()
279 assertEquals(pm1.length(), pm1.getParagraphEnd(1)); in testGetParagraphCount()