Searched refs:getWordEndPosition (Results 1 – 3 of 3) sorted by relevance
41 assertEquals(5, ContactsDictionaryUtils.getWordEndPosition( in testGetWordEndPosition()44 assertEquals(10, ContactsDictionaryUtils.getWordEndPosition( in testGetWordEndPosition()48 assertEquals(10, ContactsDictionaryUtils.getWordEndPosition( in testGetWordEndPosition()52 assertEquals(10, ContactsDictionaryUtils.getWordEndPosition( in testGetWordEndPosition()
31 public static int getWordEndPosition(final String string, final int len, in getWordEndPosition() method in ContactsDictionaryUtils
140 int end = ContactsDictionaryUtils.getWordEndPosition(name, len, i); in addNameLocked()