Searched refs:encodedValue (Results 1 – 2 of 2) sorted by relevance
1607 final String encodedValue, boolean isPrimary) { in appendTelLine() argument1742 mBuilder.append(encodedValue); in appendTelLine()1768 public void appendPhotoLine(final String encodedValue, final String photoType) { in appendPhotoLine() argument1780 tmpBuilder.append(encodedValue); in appendPhotoLine()1890 final String encodedValue; in appendAndroidSpecificProperty() local1892 encodedValue = encodeQuotedPrintable(rawValue); in appendAndroidSpecificProperty()1898 encodedValue = escapeCharacters(rawValue); in appendAndroidSpecificProperty()1901 mBuilder.append(encodedValue); in appendAndroidSpecificProperty()1974 final String encodedValue; in appendLine() local1978 encodedValue = encodeQuotedPrintable(rawValue); in appendLine()[all …]
1690 String encodedValue = query.substring(separator + 1, end); in getQueryParameter() local1691 return UriCodec.decode(encodedValue, true, StandardCharsets.UTF_8, false); in getQueryParameter()