Home
last modified time | relevance | path

Searched refs:nextCh (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java382 char nextCh = value.charAt(i + 1); in constructListFromValue() local
385 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() local
739 if (nextCh == ' ' || nextCh == '\t') { in parseQuotedPrintable()
740 builder.append(nextCh); in parseQuotedPrintable()
766 char nextCh = quotedPrintable.charAt(i + 1); in parseQuotedPrintable() local
767 if (nextCh == '\n') { in parseQuotedPrintable()