Home
last modified time | relevance | path

Searched refs:currentWord (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp583 struct word *currentWord; in utf8_to_rfc2047() local
600 currentWord = new struct word; in utf8_to_rfc2047()
601 currentWord->needsEncoding = false; in utf8_to_rfc2047()
632 currentWord->needsEncoding = true; in utf8_to_rfc2047()
638 currentWord->originalWord.SetTo (source, wordEnd); in utf8_to_rfc2047()
639 currentWord->ConvertWordToCharset (charset); in utf8_to_rfc2047()
640 words.AddItem(currentWord); in utf8_to_rfc2047()
652 for (int32 i = 0; (currentWord = (struct word *) words.ItemAt (i)) != NULL; i++) { in utf8_to_rfc2047()
653 if (!currentWord->needsEncoding) in utf8_to_rfc2047()
658 if ((currentWord->convertedWord.Length() + run->convertedWord.Length() <= 53)) { in utf8_to_rfc2047()
[all …]