Home | History | Annotate | Download | only in vcard

Lines Matching refs:nextLine

655                     final String nextLine = peekLine();
662 if (!TextUtils.isEmpty(nextLine) &&
663 nextLine.charAt(0) == ' ' &&
664 !"END:VCARD".contains(nextLine.toUpperCase())) {
671 builder.append(nextLine.substring(1));