Searched refs:fifth (Results 1 – 1 of 1) sorted by relevance
268 String fifth = "FIFTH,"; in testCountTokens() local270 mEditable.append(first+second+third+fourth+fifth); in testCountTokens()364 String fifth = (String) mTokenizer.terminateToken("FIFTH"); in testMoreChipLotsOfUsers() local371 mEditable.append(first+second+third+fourth+fifth+sixth+seventh+eigth+ninth+tenth); in testMoreChipLotsOfUsers()381 int fifthStart = mEditable.toString().indexOf(fifth); in testMoreChipLotsOfUsers()382 int fifthEnd = fifthStart + fifth.trim().length(); in testMoreChipLotsOfUsers()405 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth in testMoreChipLotsOfUsers()415 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth in testMoreChipLotsOfUsers()