Searched refs:decoded (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/add-ons/mail/imap/
H A Drfc3501_encoding_test.cpp36 BString decoded = encoding.Decode(encoded); local
37 assertEquals(samples[i], decoded);
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_test.cpp123 uint8 decoded[format.u.raw_audio.buffer_size * 2]; local
134 // fill buffer part with data from decoded buffer
138 memcpy(buffer + pos + partPos, decoded, size);
142 memmove(decoded, decoded + size, decodedSize);
146 // read next decoded frames
149 if (mediaTrack->ReadFrames(decoded + decodedSize, &frameCount)
/haiku/src/kits/mail/
H A DMailComponent.cpp515 // Write out the string which has been both decoded from quoted
523 // Just write out whatever the binary contents are, only decoded from
525 written = data->Write(decoded.String(), decoded.Length());
609 char* string = decoded.LockBuffer(bytes + 1);
623 decoded.UnlockBuffer(dest - string);
624 bytes = decoded.Length(); // Might have shrunk a bit.
632 if (decoded.FindFirst ("\e$B") >= 0 || decoded.FindFirst ("\e$@") >= 0)
641 mail_convert_to_utf8(charset, decoded
[all...]
/haiku/headers/os/mail/
H A DMailComponent.h126 BString decoded; member in class:BTextMailComponent
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp553 const char* decoded; member in struct:Test
602 BUrl idn(tests[i].decoded);
H A Dtestserver.py241 decoded = base64.decodebytes(encoded_credentials.encode('utf-8'))
242 username, password = decoded.decode('utf-8').split(':')
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py241 decoded = base64.decodebytes(encoded_credentials.encode('utf-8'))
242 username, password = decoded.decode('utf-8').split(':')
/haiku/src/kits/support/
H A DUrl.cpp1338 char decoded = 0; local
1347 decoded = (char)strtol(hexString, &out, 16);
1352 result << decoded; local

Completed in 60 milliseconds