Searched defs:encoding (Results 276 - 300 of 341) sorted by relevance

<<11121314

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java371 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
375 public void startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) throws XNIException { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java99 * @param encoding The auto-detected IANA encoding name of the entity
101 * where the entity encoding is not auto-detected (e.g.
117 public void startDocument(XMLLocator locator, String encoding, argument
128 * @param encoding The IANA encoding name of the document, or null if
135 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
261 * @param encoding The auto-detected IANA encoding name of the entity
263 * where the entity encoding i
270 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
294 textDecl(String version, String encoding, Augmentations augs) argument
421 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java50 * for the specified method (XML, HTML, Text, etc), encoding and indentation
52 * compatible with the document type (XML, HTML, Text, etc), encoding and
108 * The default encoding for Web documents it UTF-8.
144 * The encoding to use, if an input stream is used.
252 * the specified method and encoding. If <tt>indent</tt>
257 * @param encoding The specified encoding
263 public OutputFormat( String method, String encoding, boolean indenting ) argument
266 setEncoding( encoding );
290 * document, and with the specified encoding
301 OutputFormat( Document doc, String encoding, boolean indenting ) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLStream.java865 String encoding = getEncoding();
866 String encode = Encodings.getMimeEncoding(encoding);
1342 * @param encoding CURRENTLY NOT IMPLEMENTED.
1347 final java.io.Writer writer, String string, String encoding)
1785 * @throws UnsupportedEncodingException The encoding specified in the
1803 * The encoding specified in the output properties is used, or
1804 * if no encoding was specified, the default for the selected
1346 writeAttrString( final java.io.Writer writer, String string, String encoding) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream.java25 package com.sun.corba.se.impl.encoding;
46 import com.sun.corba.se.impl.encoding.CodeSetConversion;
47 import com.sun.corba.se.impl.encoding.OSFCodeSetRegistry;
61 implements com.sun.corba.se.impl.encoding.MarshalInputStream,
293 // com.sun.corba.se.impl.encoding.MarshalInputStream
H A DCDRInputStreamBase.java25 package com.sun.corba.se.impl.encoding;
110 // com.sun.corba.se.impl.encoding.MarshalInputStream
H A DCDROutputStreamBase.java25 package com.sun.corba.se.impl.encoding;
123 // com.sun.corba.se.impl.encoding.MarshalOutputStream
H A DIDLJavaSerializationInputStream.java25 package com.sun.corba.se.impl.encoding;
726 // com.sun.corba.se.impl.encoding.MarshalInputStream
H A DIDLJavaSerializationOutputStream.java25 package com.sun.corba.se.impl.encoding;
532 // com.sun.corba.se.os.encoding.MarshalOutputStream
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java178 addMenuItem(m, "menuitem.encoding");
735 * Show character encoding type
738 showStatus(amh.getMessage("appletencoding", encoding));
928 if (amh.getMessage("menuitem.encoding").equals(label)) {
1056 static String encoding = null; field in class:AppletViewer
1059 if (encoding != null) {
1061 return new BufferedReader(new InputStreamReader(is, encoding));
1065 encoding = r.getEncoding();
1073 encoding = enc;
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.c175 static void CFStringExtractCString(CFStringRef cfs, char* buffer, UINT32 bufferSize, CFStringEncoding encoding) { argument
176 const char* ptr = CFStringGetCStringPtr(cfs, encoding);
180 if (! CFStringGetCString(cfs, buffer, bufferSize, encoding)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java104 public String encoding; field in class:Options
660 if (args[i].equals("-encoding")) {
661 encoding = requireArgument("-encoding", args, ++i);
663 if (!Charset.isSupported(encoding)) {
665 Messages.format(Messages.UNSUPPORTED_ENCODING, encoding));
669 Messages.format(Messages.UNSUPPORTED_ENCODING, encoding));
882 return createCodeWriter(new FileCodeWriter( targetDir, readOnly, encoding ));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java148 public void writeStartDocument(String encoding, String version) argument
564 public void setEncoding(String encoding) { argument
565 _encoding = encoding;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeUtility.java64 * the String into another charset and then do the transfer-encoding.
101 * an encoding that allows normal end of line conventions is appropriate.
103 * data, but will require an encoding that preserves CR and LF characters
105 * System property is set to <code>"true"</code>, such an encoding will
112 * specified in the <code>file.encoding</code> System property. Most
157 * Get the content-transfer-encoding that should be applied
164 * the bytes in its input stream are US-ASCII, then the encoding
166 * the encoding is "base64". If less than half of the bytes are
167 * non-US-ASCII, then the encoding is "quoted-printable".
170 * all the bytes of its input stream are US-ASCII, the encoding
298 decode(InputStream is, String encoding) argument
327 encode(OutputStream os, String encoding) argument
363 encode(OutputStream os, String encoding, String filename) argument
450 encodeText(String text, String charset, String encoding) argument
603 encodeWord(String word, String charset, String encoding) argument
616 encodeWord(String string, String charset, String encoding, boolean encodingWord) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMtomCodec.java26 package com.sun.xml.internal.ws.encoding;
75 * Mtom messge Codec. It can be used even for non-soap message's mtom encoding.
85 // encoding related parameters
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c418 int encoding, float sampleRate, int sampleSizeInBits,
458 isSigned, isBigEndian, encoding)) {
417 DAUDIO_Open(INT32 mixerIndex, INT32 deviceID, int isSource, int encoding, float sampleRate, int sampleSizeInBits, int frameSize, int channels, int isSigned, int isBigEndian, int bufferSizeInBytes) argument
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c418 int encoding, float sampleRate, int sampleSizeInBits,
458 isSigned, isBigEndian, encoding)) {
417 DAUDIO_Open(INT32 mixerIndex, INT32 deviceID, int isSource, int encoding, float sampleRate, int sampleSizeInBits, int frameSize, int channels, int isSigned, int isBigEndian, int bufferSizeInBytes) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c270 char *family = NULL, *style = NULL, *slant = NULL, *encoding = NULL; local
319 encoding = end + 1;
345 family, style, slant, pointSize, encoding);
351 family, altstyle, slant, pointSize, encoding);
361 family, style, slant, pixelSize, encoding);
367 family, altstyle, slant, pixelSize, encoding);
374 style, slant, pixelSize, encoding);
379 altstyle, slant, pixelSize, encoding);
386 slant, pixelSize, encoding);
393 pixelSize, encoding);
454 awtJNI_FontName(JNIEnv * env, jstring name, char **foundry, char **facename, char **encoding) argument
645 char *encoding = NULL; local
[all...]
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c49 int encoding; member in struct:__anon638
446 int encoding, int isSigned,
458 TRACE3("enc=%d, signed=%d, bigEndian=%d\n", encoding, isSigned, bigEndian);
461 channels, sampleRate, encoding, isSigned, bigEndian);
498 jint encoding, jfloat sampleRate, jint sampleSizeInBits, jint frameSize, jint channels,
509 (int) encoding, (float) sampleRate, (int) sampleSizeInBits,
516 info->encoding = encoding;
633 || info->encoding!=DAUDIO_PCM
444 DAUDIO_AddAudioFormat(void* creatorV, int significantBits, int frameSizeInBytes, int channels, float sampleRate, int encoding, int isSigned, int bigEndian) argument
496 Java_com_sun_media_sound_DirectAudioDevice_nOpen(JNIEnv* env, jclass clazz, jint mixerIndex, jint deviceID, jboolean isSource, jint encoding, jfloat sampleRate, jint sampleSizeInBits, jint frameSize, jint channels, jboolean isSigned, jboolean isBigendian, jint bufferSizeInBytes) argument
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java61 * External character encoding name
63 String encoding; field in class:Environment
906 * set character encoding name
908 public void setCharacterEncoding(String encoding) { argument
909 this.encoding = encoding;
913 * Return character encoding name
916 return encoding;
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java144 if (arg.equals("-encoding") && i + 1 < args.length)
145 encoding = args[++i];
328 /** Option: encoding for test files. */
329 String encoding; field in class:CheckAttributedTree
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java226 -1, -1 ), fDocument.encoding, fNamespaceContext, null);
289 -1, -1 ), fDocument.encoding, fNamespaceContext, null);
291 //REVISIT: well-formness encoding info
1693 * @param encoding The auto-detected IANA encoding name of the entity
1695 * where the entity encoding is not auto-detected (e.g.
1711 public void startDocument(XMLLocator locator, String encoding, argument
1723 * @param encoding The IANA encoding name of the document, or null if
1731 public void xmlDecl(String version, String encoding, Strin argument
1888 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
1912 textDecl(String version, String encoding, Augmentations augs) argument
[all...]
H A DDeferredDocumentImpl.java286 // encoding L3
313 // DOM Level 3: setting encoding and version
315 String version, String encoding){
321 setChunkValue(fNodeURI, encoding, echunk, eindex);
335 * An attribute specifying the actual encoding of this document. This is
337 * <br> This attribute represents the property [character encoding scheme]
314 setEntityInfo(int currentEntityDecl, String version, String encoding) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDTDScannerImpl.java515 * @param encoding The auto-detected IANA encoding name of the entity
517 * where the entity encoding is not auto-detected (e.g.
526 String encoding, Augmentations augs) throws XNIException {
528 super.startEntity(name, identifier, encoding, augs);
552 fDTDHandler.startParameterEntity(name, identifier, encoding, null);
746 String encoding = null;
753 encoding = fStrings[1];
755 fEntityScanner.setEncoding(encoding);
759 fDTDHandler.textDecl(version, encoding, nul
524 startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java719 * @param encoding The IANA encoding name of the entity.
725 public void textDecl(String version, String encoding, Augmentations augs) throws XNIException { argument
729 fDTDGrammar.textDecl(version, encoding, augs);
731 fDTDHandler.textDecl(version, encoding, augs);
741 * @param encoding The auto-detected IANA encoding name of the entity
743 * where the entity encoding is not auto-detected (e.g.
752 String encoding,
761 fDTDGrammar.startParameterEntity(name, identifier, encoding, aug
750 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
[all...]

Completed in 107 milliseconds

<<11121314