HomeSort by relevance Sort by last modified time
    Searched refs:Encodings (Results 1 - 25 of 35) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 189 int codePoint = Encodings.toCodePoint(ch1);
236 int codePoint = Encodings.toCodePoint(high,low);
380 // encodings.
ToStream.java 409 String possible_encoding = Encodings.getMimeEncoding(val);
424 EncodingInfo encodingInfo = Encodings.getEncodingInfo(newEncoding);
434 + Encodings.DEFAULT_MIME_ENCODING;
462 newEncoding = Encodings.DEFAULT_MIME_ENCODING;
463 val = Encodings.DEFAULT_MIME_ENCODING; // to store the modified value into the properties a little later
464 encodingInfo = Encodings.getEncodingInfo(newEncoding);
476 m_isUTF8 = newEncoding.equals(Encodings.DEFAULT_MIME_ENCODING);
716 if (Encodings.DEFAULT_MIME_ENCODING.equalsIgnoreCase(encoding))
731 osw = Encodings.getWriter(output, encoding);
745 + Encodings.DEFAULT_MIME_ENCODING)
    [all...]
Encodings.java 19 * $Id: Encodings.java 471981 2006-11-07 04:28:00Z minchau $
37 * Provides information about encodings. Depends on the Java runtime
38 * to provides writers for the different encodings.
46 public final class Encodings extends Object
49 * Standard filename for properties file with encodings data.
51 private static final String ENCODINGS_FILE = SerializerBase.PKG_PATH+"/Encodings.properties";
306 * Load a list of all the supported encodings.
308 * System property "encodings" formatted using URL syntax may define an
309 * external encodings list. Thanks to Sergey Ushakov for the code
OutputPropertiesFactory.java 294 String mimeEncoding = Encodings.getMimeEncoding(null);
ToTextStream.java 297 } else if (Encodings.isHighUTF16Surrogate(c)) {
ToXMLStream.java 128 String encoding = Encodings.getMimeEncoding(getEncoding());
ToHTMLStream.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 252 be specified. Encodings that are not ASCII based (such as UCS-2) are
288 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_properties.cpp 162 {XFA_Element::Encodings, 1, 0},
xfa_basic_data_attributes.cpp     [all...]
xfa_basic_data.cpp 380 {0x80203b5a, L"encodings", XFA_Element::Encodings,
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 791 Encodings,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 38 import org.apache.xml.serializer.Encodings;
    [all...]