encode
ssize_t encode(mail_encoding encoding, char *out, const char *in,
BUrl(const char* url, bool encode = true);
bool encode = true);
strdup_to_utf8(uint32 encode, const char* src, int32 length)
convert_to_utf8(encode, src, &srcLen, dst, &dstLen, &cookie);
") dst allocate smalled(%" B_PRId32 ")\n", encode, length, dstLen);
strdup_from_utf8(uint32 encode, const char* src, int32 length)
convert_from_utf8(encode, src, &srcLen, dst, &dstLen, &cookie);
") dst allocate smalled(%" B_PRId32 ")\n", encode, length, dstLen);
destSize = encode (_encoding, dest, src, read, false /* headerMode */);
uint32 encode = B_ISO1_CONVERSION;
encode = mail_charsets[i].flavor;
comp->SetEncoding(quoted_printable,encode);
BString encode;
encode << secret << ':' << data;
return _H(encode);
BUrl::SetUrlString(const BString& url, bool encode)
if (encode)
BUrl::BUrl(const char* url, bool encode)
SetUrlString(url, encode);