Lines Matching refs:Charset

40 class Charset  class
46 inline Charset(rtl_TextEncoding eTheEncoding,
54 inline Charset::Charset(rtl_TextEncoding eTheEncoding, in Charset() function in unnamed_tools_inetmime::Charset
73 Charset m_aCharset;
77 inline Node(const Charset & rTheCharset, bool bTheDisabled,
88 void prepend(const Charset & rCharset) in prepend()
100 inline INetMIMECharsetList_Impl::Node::Node(const Charset & rTheCharset, in Node()
178 bool Charset::contains(sal_uInt32 nChar) const in contains()
1928 pList->prepend(Charset(RTL_TEXTENCODING_MS_1252, in createPreferredCharsetList()
1937 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_2, in createPreferredCharsetList()
1942 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_3, in createPreferredCharsetList()
1947 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_4, in createPreferredCharsetList()
1952 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_5, in createPreferredCharsetList()
1957 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_6, in createPreferredCharsetList()
1962 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_7, in createPreferredCharsetList()
1967 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_8, in createPreferredCharsetList()
1972 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_9, in createPreferredCharsetList()
1977 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_10, in createPreferredCharsetList()
1982 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_13, in createPreferredCharsetList()
1987 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_14, in createPreferredCharsetList()
1992 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_15, in createPreferredCharsetList()
1997 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_2, in createPreferredCharsetList()
2002 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_5, in createPreferredCharsetList()
2007 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_7, in createPreferredCharsetList()
2012 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_9, in createPreferredCharsetList()
2017 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_8, in createPreferredCharsetList()
2022 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_6, in createPreferredCharsetList()
2027 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_4, in createPreferredCharsetList()
2032 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_5, in createPreferredCharsetList()
2034 pList->prepend(Charset(RTL_TEXTENCODING_KOI8_R, aKOI8RRanges)); in createPreferredCharsetList()
2042 pList->prepend(Charset(RTL_TEXTENCODING_ISO_8859_1, aISO88591Ranges)); in createPreferredCharsetList()
2043 pList->prepend(Charset(RTL_TEXTENCODING_ASCII_US, aUSASCIIRanges)); in createPreferredCharsetList()