OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commonprefixend
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/model/
ExternalAccountTypeTest.java
216
final int
commonPrefixEnd
= findCommonPrefixEnd(actual, expected);
218
+ "\n[Actual]\n" + insertMarkerAt(actual,
commonPrefixEnd
)
219
+ "\n[Expected]\n" + insertMarkerAt(expected,
commonPrefixEnd
));
Completed in 18 milliseconds