Searched refs:nextCh (Results 1 – 1 of 1) sorted by relevance
382 char nextCh = value.charAt(i + 1); in constructListFromValue() local385 unescapedString = VCardParserImpl_V40.unescapeCharacter(nextCh); in constructListFromValue()387 unescapedString = VCardParserImpl_V30.unescapeCharacter(nextCh); in constructListFromValue()393 unescapedString = VCardParserImpl_V21.unescapeCharacter(nextCh); in constructListFromValue()738 char nextCh = value.charAt(i + 1); in parseQuotedPrintable() local739 if (nextCh == ' ' || nextCh == '\t') { in parseQuotedPrintable()740 builder.append(nextCh); in parseQuotedPrintable()766 char nextCh = quotedPrintable.charAt(i + 1); in parseQuotedPrintable() local767 if (nextCh == '\n') { in parseQuotedPrintable()