Searched refs:encodedValue (Results 1 – 2 of 2) sorted by relevance
1577 final String encodedValue, boolean isPrimary) { in appendTelLine() argument1712 mBuilder.append(encodedValue); in appendTelLine()1738 public void appendPhotoLine(final String encodedValue, final String photoType) { in appendPhotoLine() argument1750 tmpBuilder.append(encodedValue); in appendPhotoLine()1860 final String encodedValue; in appendAndroidSpecificProperty() local1862 encodedValue = encodeQuotedPrintable(rawValue); in appendAndroidSpecificProperty()1868 encodedValue = escapeCharacters(rawValue); in appendAndroidSpecificProperty()1871 mBuilder.append(encodedValue); in appendAndroidSpecificProperty()1944 final String encodedValue; in appendLine() local1948 encodedValue = encodeQuotedPrintable(rawValue); in appendLine()[all …]
1751 String encodedValue = query.substring(separator + 1, end); in getQueryParameter() local1752 return UriCodec.decode(encodedValue, true, StandardCharsets.UTF_8, false); in getQueryParameter()