Home | History | Annotate | Download | only in vcard

Lines Matching refs:rawValue

1510             final String rawValue, final boolean isPrimary) {
1556 rawValue);
1789 for (String rawValue : rawValueList) {
1792 encodedValue = encodeQuotedPrintable(rawValue);
1798 encodedValue = escapeCharacters(rawValue);
1807 final String rawValue) {
1808 appendLineWithCharsetAndQPDetection(propertyName, null, rawValue);
1817 final List<String> parameterList, final String rawValue) {
1819 !VCardUtils.containsOnlyPrintableAscii(rawValue);
1822 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValue));
1824 rawValue, needCharset, reallyUseQuotedPrintable);
1842 public void appendLine(final String propertyName, final String rawValue) {
1843 appendLine(propertyName, rawValue, false, false);
1851 final String rawValue, final boolean needCharset,
1853 appendLine(propertyName, null, rawValue, needCharset, reallyUseQuotedPrintable);
1857 final String rawValue) {
1858 appendLine(propertyName, parameterList, rawValue, false, false);
1862 final String rawValue, final boolean needCharset,
1878 encodedValue = encodeQuotedPrintable(rawValue);
1882 encodedValue = escapeCharacters(rawValue);
1914 for (String rawValue : rawValueList) {
1917 encodedValue = encodeQuotedPrintable(rawValue);
1923 encodedValue = escapeCharacters(rawValue);