Searched refs:ReadGetCharsParams (Results 1 – 1 of 1) sorted by relevance
902 assertEquals(start, mockGetChars.ReadGetCharsParams().start); in testGetChars()903 assertEquals(end, mockGetChars.ReadGetCharsParams().end); in testGetChars()904 assertEquals(destResult, mockGetChars.ReadGetCharsParams().dest); in testGetChars()905 assertEquals(destOff, mockGetChars.ReadGetCharsParams().destoff); in testGetChars()1059 public GetCharsParams ReadGetCharsParams() { in ReadGetCharsParams() method in TextUtilsTest.MockGetChars