Home
last modified time | relevance | path

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

/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java383 final String unescapedString; 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()
396 if (unescapedString != null) { in constructListFromValue()
397 builder.append(unescapedString); in constructListFromValue()