Searched refs:LIST_DELIMITER_PERSONAL (Results 1 – 2 of 2) sorted by relevance
90 private static final char LIST_DELIMITER_PERSONAL = '\2'; field in Address479 if ((addressList.indexOf(LIST_DELIMITER_PERSONAL) == -1) && in fromHeader()494 int addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL); in fromHeader()510 addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL, pairEndIndex + 1); in fromHeader()
89 private static final char LIST_DELIMITER_PERSONAL = '\2'; field in Address478 if ((addressList.indexOf(LIST_DELIMITER_PERSONAL) == -1) && in fromHeader()493 int addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL); in fromHeader()509 addressEndIndex = addressList.indexOf(LIST_DELIMITER_PERSONAL, pairEndIndex + 1); in fromHeader()