Searched refs:encodedValue (Results 1 – 2 of 2) sorted by relevance
1573 final String encodedValue, boolean isPrimary) { in appendTelLine() argument1708 mBuilder.append(encodedValue); in appendTelLine()1734 public void appendPhotoLine(final String encodedValue, final String photoType) { in appendPhotoLine() argument1746 tmpBuilder.append(encodedValue); in appendPhotoLine()1856 final String encodedValue; in appendAndroidSpecificProperty() local1858 encodedValue = encodeQuotedPrintable(rawValue); in appendAndroidSpecificProperty()1864 encodedValue = escapeCharacters(rawValue); in appendAndroidSpecificProperty()1867 mBuilder.append(encodedValue); in appendAndroidSpecificProperty()1940 final String encodedValue; in appendLine() local1944 encodedValue = encodeQuotedPrintable(rawValue); in appendLine()[all …]
1698 String encodedValue = query.substring(separator + 1, end); in getQueryParameter() local1699 return UriCodec.decode(encodedValue, true, StandardCharsets.UTF_8, false); in getQueryParameter()