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

1 2

  /external/pdfium/xfa/fxfa/parser/
cxfa_encodings.cpp 22 constexpr wchar_t kName[] = L"encodings";
31 XFA_Element::Encodings,
cxfa_filter.cpp 17 {XFA_Element::DigestMethods, 1, 0}, {XFA_Element::Encodings, 1, 0},
cxfa_node_statics.cpp 493 {0x80203b5a /* encodings */, XFA_Element::Encodings},
    [all...]
  /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)
  /external/python/cpython2/Lib/json/
__init__.py 265 be specified. Encodings that are not ASCII based (such as UCS-2) are
301 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/
fxfa_basic.h 792 Encodings,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 38 import org.apache.xml.serializer.Encodings;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/base32/
base32.go 16 * Encodings
255 // Base32 encodings operate in 5-byte blocks; when finished
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 15 * Encodings
247 // Base64 encodings operate in 4-byte blocks; when finished
  /prebuilts/go/linux-x86/src/encoding/base32/
base32.go 16 * Encodings
255 // Base32 encodings operate in 5-byte blocks; when finished
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 15 * Encodings
247 // Base64 encodings operate in 4-byte blocks; when finished
  /external/libxml2/doc/
search.php 47 <li><a href="encoding.html">Encodings support</a></li>
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 1964 milliseconds

1 2