Searched refs:addressEndIndex (Results 1 – 1 of 1) sorted by relevance
494 int addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL); in fromHeader() local502 if (addressEndIndex == -1 || pairEndIndex <= addressEndIndex) { in fromHeader()507 address = new Address(addressList.substring(pairStartIndex, addressEndIndex), in fromHeader()508 addressList.substring(addressEndIndex + 1, pairEndIndex)); in fromHeader()510 addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL, pairEndIndex + 1); in fromHeader()