/packages/apps/UnifiedEmail/res/raw/ |
template_conversation_upper.html | 8 .quoted-text {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
quopri_codec.py | 1 """Codec for quoted-printable encoding.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetools.py | 162 if encoding == 'quoted-printable': 181 if encoding == 'quoted-printable': 211 'quoted-printable': 'mmencode -u -q', 220 'quoted-printable': 'mmencode -q',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mimetools.py | 20 for enc in ['7bit','8bit','base64','quoted-printable',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
quopri_codec.py | 1 """Codec for quoted-printable encoding.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetools.py | 162 if encoding == 'quoted-printable': 181 if encoding == 'quoted-printable': 211 'quoted-printable': 'mmencode -u -q', 220 'quoted-printable': 'mmencode -q',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mimetools.py | 20 for enc in ['7bit','8bit','base64','quoted-printable',
|
/external/iptables/iptables/ |
iptables-xml.c | 81 /* arg meta data, were they quoted, frinstance */ 104 add_argv(char *what, int quoted) 109 newargvattr[newargc] = quoted; 397 /* use argvattr to tell which arguments were quoted 398 to avoid comparing quoted arguments, like comments, to -j, */ 502 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) { 742 int quote_open, quoted; local 781 /* We need to know which args were quoted so we 783 quoted = 0; 797 quoted = 1 [all...] |
/external/jsilver/src/com/google/streamhtmlparser/ |
HtmlParser.java | 119 * a Javascript litteral that is quoted. The caller will typically 121 * Javascript. Knowing whether the element is quoted or not helps 124 * @return {@code true} if and only if the parser is inside a quoted 167 * an attribute value and that attribute value is quoted. 169 * @return {@code true} if and only if the attribute value is quoted
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParserImpl_V21.java | 115 * "QUOTED-PRINTABLE" are known examples. 360 // vCard 3.0 specification allows double-quoted parameters, while vCard 2.1 does not. 405 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " + 422 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " + 503 * pencodingval = "7BIT" / "8BIT" / "QUOTED-PRINTABLE" / "BASE64" / "X-" word 702 // vCard 2.1 does not allow QUOTED-PRINTABLE here, but some softwares/devices emit 705 // First we retrieve Quoted-Printable String from vCard entry, which may include 713 // We split Quoted-Printable String using semi-colon before decoding it, as 714 // the Quoted-Printable may have semi-colon, which confuses splitter. 740 * Parses and returns Quoted-Printable [all...] |
/ndk/build/core/ |
definitions-utils.mk | 180 # Function: left-justify-quoted-15 182 # Returns: A quoted string that can be used in command scripts to print 185 # Usage: ---->@$(call host-echo, $(call left-justify-quoted-15,$(_TEXT)): Do stuff) 188 left-justify-quoted-15 = $(call -left-justify,$1,xxxxxxxxxxxxxxx) 190 -test-left-justify-quoted-15 = \ 191 $(call test-expect," ",$(call left-justify-quoted-15,))\ 192 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\ 194 $(call left-justify-quoted-15,Very long string over 15 characters wide))) 196 # Used internally to compute a quoted left-justified text string. 199 # Return: A quoted string with the input text left-justified appropriately [all...] |
/external/chromium_org/net/cookies/ |
parsed_cookie_unittest.cc | 42 // Trailing whitespace after a quoted value. The whitespace after 45 // Handling a quoted value with a ';', like FOO="zz;pp" ; 49 // Handling a value with multiple quoted parts, like FOO="zzz " "ppp" ; 54 // A quote in a value that didn't start quoted. like FOO=A"B ; 72 // If a path was quoted, the path attribute keeps the quotes. This will 74 // to be quoted. Bug 1261605.
|
/external/libcxx/include/ |
iomanip | 32 T11 quoted(const charT* s, charT delim=charT('"'), charT escape=charT('\\')); // C++14 35 T12 quoted(const basic_string<charT, traits, Allocator>& s, 39 T13 quoted(basic_string<charT, traits, Allocator>& s, 627 quoted ( const _CharT *__s, _CharT __delim = _CharT('"'), _CharT __escape =_CharT('\\')) 637 quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\')) 646 quoted ( basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\'))
|
/external/llvm/lib/Support/Windows/ |
Program.inc | 106 /// ArgNeedsQuotes - Check whether argument needs to be quoted when calling 137 /// ArgLenWithQuotes - Check whether argument needs to be quoted when calling 138 /// CreateProcess and returns length of quoted arg with escaped quotes 141 bool Quoted = ArgNeedsQuotes(Str); 142 unsigned int len = Quoted ? 2 : 0; 158 if (Quoted) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iomanip | 32 T11 quoted(const charT* s, charT delim=charT('"'), charT escape=charT('\\')); // C++14 35 T12 quoted(const basic_string<charT, traits, Allocator>& s, 39 T13 quoted(basic_string<charT, traits, Allocator>& s, 627 quoted ( const _CharT *__s, _CharT __delim = _CharT('"'), _CharT __escape =_CharT('\\')) 637 quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\')) 646 quoted ( basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\'))
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iomanip | 32 T11 quoted(const charT* s, charT delim=charT('"'), charT escape=charT('\\')); // C++14 35 T12 quoted(const basic_string<charT, traits, Allocator>& s, 39 T13 quoted(basic_string<charT, traits, Allocator>& s, 627 quoted ( const _CharT *__s, _CharT __delim = _CharT('"'), _CharT __escape =_CharT('\\')) 637 quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\')) 646 quoted ( basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\'))
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
BreakBlockquoteCommand.cpp | 80 // If the position is at the beginning of the top quoted content, we don't need to break the quote. 81 // Instead, insert the break before the blockquote, unless the position is as the end of the the quoted content. 92 // If we're inserting the break at the end of the quoted content, we don't need to break the quote.
|
/external/nist-sip/java/gov/nist/core/ |
NameValue.java | 116 * Return true if the value is quoted in doublequotes. 151 * opaque = "opaque" EQUAL quoted-string 241 // Quoted string comparisions are case sensitive.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 155 boolean quoted = false; 170 quoted = true; 179 if (quoted)
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
BodyDescriptor.java | 278 // don't trim quoted strings; the spaces could be intentional. 382 * Return true if it's quoted-printable 385 return "quoted-printable".equals(transferEncoding);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
Target.java | 287 * depending on the quoted arg. 289 public String getTargetStringLiteralFromString(String s, boolean quoted) { 295 if ( quoted ) { 310 if ( quoted ) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
IETFUtils.java | 32 boolean quoted = false; 64 quoted = !quoted; 72 else if (c == '\\' && !(escaped || quoted))
|
/external/chromium_org/base/json/ |
json_reader.cc | 31 "Dictionary keys must be quoted.";
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_parser.h | 11 // The quoted references are with respect to that document.
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
read.c | 115 well. If two adjacent strings are quoted, they are merged without 169 /* Unterminated quoted strings */ 222 warning(lineCount, "Mixing quoted and unquoted strings"); 233 * quoted and unquoted strings
|