Home | History | Annotate | Download | only in providers

Lines Matching refs:personal

61      * When personal is set, it will return the first token of the personal
68 // Regex that matches personal name surrounded by '""' optionally. '^"?([^"]+)"?$'
355 * @return the personal part of this Address, or the address part if the
356 * personal part is not available
451 // so don't use personal
470 * a pair of address and personal separated by LIST_DELIMITER_PERSONAL,
471 * where the personal and delimiter are optional.
512 final String personal = getName();
513 if (personal == null) {
516 return address + LIST_DELIMITER_PERSONAL + personal;