Searched refs:encoded (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/add-ons/mail/imap/
H A Drfc3501_encoding_test.cpp34 BString encoded = encoding.Encode(samples[i]); local
35 assertEquals(samples[i + 1], encoded);
36 BString decoded = encoding.Decode(encoded);
/haiku/src/kits/mail/
H A Dmail_util.cpp113 // it just can detect some sort of single-byte encoded stuff, the rest
409 // Copy non-encoded text (from tail up to charset) to the output.
410 // Ignore spaces between two encoded "words". RFC2047 says the words
457 // what to do? doing nothing skips the encoded text;
468 // encoded text: src..src+srcLen
486 // what to do? doing nothing skips the encoded text
590 // get encoded (because MIME headers get the quotes parsed before character
592 // space between encoded words, which can be inserted so that older mail
612 // a word in itself since it shouldn't be encoded, which would hide
627 // two bits are both ones). Note that two encoded word
709 char *encoded = NULL; local
[all...]
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js363 var encoded = this.textEncoder.encode(string);
364 this.writeUint32(encoded.length);
365 this.buffer.set(encoded, this.position);
366 this.position += encoded.length;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex171 resource files big endian data. The endianess of an ELF file is encoded in

Completed in 155 milliseconds