Searched defs:firstStart (Results 1 – 2 of 2) sorted by relevance
190 int firstStart = mEditable.toString().indexOf(first); in testSanitizeBetween() local199 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeBetween() local227 int firstStart = mEditable.toString().indexOf(first); in testSanitizeEnd() local236 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeEnd() local306 int firstStart = mEditable.toString().indexOf(first); in testMoreChip() local318 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local327 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local338 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local347 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local374 int firstStart = mEditable.toString().indexOf(first); in testMoreChipLotsOfUsers() local[all …]
139 const uint8_t *firstStart = nullptr; in getSnapshot() local