Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/news/src/
H A DnsNNTPProtocol.cpp1436 nsAutoString lineUtf16; in SendListSearchesResponse() local
1439 lineUtf16))) in SendListSearchesResponse()
1440 CopyUTF8toUTF16(nsDependentCString(line), lineUtf16); in SendListSearchesResponse()
1442 m_nntpServer->AddSearchableGroup(lineUtf16); in SendListSearchesResponse()
2502 nsAutoString lineUtf16; in ProcessNewsgroups() local
2505 charset, nsDependentCString(line), lineUtf16))) in ProcessNewsgroups()
2506 m_nntpServer->SetGroupNeedsExtraInfo(NS_ConvertUTF16toUTF8(lineUtf16), in ProcessNewsgroups()
3649 nsAutoString lineUtf16, prettyNameUtf16; in ListPrettyNamesResponse()
3651 NS_FAILED(ConvertToUnicode(charset, line, lineUtf16)) || in ListPrettyNamesResponse()
3653 CopyUTF8toUTF16(line, lineUtf16); in ListPrettyNamesResponse()
[all …]