Searched refs:expectedEnd (Results 1 – 2 of 2) sorted by relevance
47 auto expectedEnd = dataPtr + data.size(); in fromDer() local49 if (dataPtr != expectedEnd) { in fromDer()50 ALOGE("%s: %td bytes remaining!", __PRETTY_FUNCTION__, expectedEnd - dataPtr); in fromDer()
335 final int expectedEnd; in testTextAppearanceInSuggestionsPopup() local338 expectedEnd = text.indexOf('f') + 1; in testTextAppearanceInSuggestionsPopup()341 expectedEnd = text.length(); in testTextAppearanceInSuggestionsPopup()344 assertEquals(expectedEnd, spanned.getSpanEnd(taSpan[0])); in testTextAppearanceInSuggestionsPopup()