Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DrtfMailDecoder.h41 inline bool IsBeginGroup() { return CheckState(sBeginGroup); } in IsBeginGroup() function
H A DrtfMailDecoder.cpp30 bool beginGroup = IsBeginGroup(); in Keyword()