Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java61 String tmpCharset = null; in ContentTypeImpl() local
64 tmpCharset = internalContentType.getParameter("charset"); in ContentTypeImpl()
68 charset = tmpCharset; in ContentTypeImpl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java61 String tmpCharset = null; in ContentTypeImpl() local
64 tmpCharset = internalContentType.getParameter("charset"); in ContentTypeImpl()
68 charset = tmpCharset; in ContentTypeImpl()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCodeSetConversion.java177 Charset tmpCharset = Charset.forName(codeset.getName()); in JavaCTBConverter() local
178 ctb = tmpCharset.newEncoder(); in JavaCTBConverter()
411 Charset tmpCharset = Charset.forName(javaCodeSetName); in getConverter() local
412 result = tmpCharset.newDecoder(); in getConverter()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCodeSetConversion.java177 Charset tmpCharset = Charset.forName(codeset.getName()); in JavaCTBConverter() local
178 ctb = tmpCharset.newEncoder(); in JavaCTBConverter()
411 Charset tmpCharset = Charset.forName(javaCodeSetName); in getConverter() local
412 result = tmpCharset.newDecoder(); in getConverter()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgSend.cpp1811 char* tmpCharset = (char*)nsMsgI18NParseMetaCharset( in AddCompFieldLocalAttachments() local
1813 if (tmpCharset[0] != '\0') in AddCompFieldLocalAttachments()
1814 m_attachments[newLoc]->m_charset = tmpCharset; in AddCompFieldLocalAttachments()
1972 char* tmpCharset = (char*)nsMsgI18NParseMetaCharset(tmpFile); in HackAttachments() local
1973 if (tmpCharset[0] != '\0') m_attachments[i]->m_charset = tmpCharset; in HackAttachments()