Home
last modified time | relevance | path

Searched refs:Encodings (Results 1 – 25 of 46) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java409 String possible_encoding = Encodings.getMimeEncoding(val); in setProp()
424 EncodingInfo encodingInfo = Encodings.getEncodingInfo(newEncoding); in setProp()
434 + Encodings.DEFAULT_MIME_ENCODING; in setProp()
462 newEncoding = Encodings.DEFAULT_MIME_ENCODING; in setProp()
463 …val = Encodings.DEFAULT_MIME_ENCODING; // to store the modified value into the properties a little… in setProp()
464 encodingInfo = Encodings.getEncodingInfo(newEncoding); in setProp()
476 m_isUTF8 = newEncoding.equals(Encodings.DEFAULT_MIME_ENCODING); in setProp()
716 if (Encodings.DEFAULT_MIME_ENCODING.equalsIgnoreCase(encoding)) in setOutputStreamInternal()
731 osw = Encodings.getWriter(output, encoding); in setOutputStreamInternal()
745 + Encodings.DEFAULT_MIME_ENCODING); in setOutputStreamInternal()
[all …]
DEncodingInfo.java189 int codePoint = Encodings.toCodePoint(ch1); in isInEncoding()
236 int codePoint = Encodings.toCodePoint(high,low); in isInEncoding()
DOutputPropertiesFactory.java294 String mimeEncoding = Encodings.getMimeEncoding(null); in getDefaultMethodProperties()
DToTextStream.java297 } else if (Encodings.isHighUTF16Surrogate(c)) { in writeNormalizedChars()
DEncodings.java46 public final class Encodings extends Object class
DToXMLStream.java128 String encoding = Encodings.getMimeEncoding(getEncoding()); in startDocumentInternal()
DToHTMLStream.java906 String encode = Encodings.getMimeEncoding(encoding); in startElement()
1220 else if (Encodings.isHighUTF16Surrogate(ch)) // high surrogate in writeAttrURI()
1440 if (Encodings.isHighUTF16Surrogate(ch)) in writeAttrString()
DEncodings.properties19 # $Id: Encodings.properties 468654 2006-10-28 07:09:23Z minchau $
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dinvalid-t2Bcc-thumb.txt10 # if cond<3:1> == '111' then SEE "Related Encodings"
/external/pdfium/xfa/fxfa/parser/
Dcxfa_encodings.cpp31 XFA_Element::Encodings, in CXFA_Encodings()
Dcxfa_filter.cpp17 {XFA_Element::DigestMethods, 1, 0}, {XFA_Element::Encodings, 1, 0},
/external/python/cpython2/Doc/library/
Dbase64.rst1 :mod:`base64` --- RFC 3548: Base16, Base32, Base64 Data Encodings
5 :synopsis: RFC 3548: Base16, Base32, Base64 Data Encodings
Djson.rst221 Encodings that are not ASCII based (such as UCS-2) are not allowed, and
273 specified. Encodings that are not ASCII based (such as UCS-2) are not
514 Character Encodings
/external/wycheproof/doc/
Decdh.md11 party are points on the curve. Encodings of public keys typically contain the
/external/freetype/src/pcf/
DREADME31 Encodings
/external/python/cpython3/Doc/library/
Dbase64.rst1 :mod:`base64` --- Base16, Base32, Base64, Base85 Data Encodings
5 :synopsis: RFC 3548: Base16, Base32, Base64 Data Encodings;
/external/python/cpython2/Doc/howto/
Dunicode.rst114 Encodings section in Introduction to Unicode
153 Encodings don't have to handle every possible Unicode character, and most
170 Encodings don't have to be simple one-to-one mappings like Latin-1. Consider
278 Encodings are specified as strings containing the encoding's name. Python 2.7
728 - [ ] Encodings
/external/python/cpython3/Doc/howto/
Dunicode.rst119 Encodings section in Introduction to Unicode
160 Encodings don't have to handle every possible Unicode character, and most
176 Encodings don't have to be simple one-to-one mappings like Latin-1. Consider
300 Encodings are specified as strings containing the encoding's name. Python 3.2
658 Converting Between File Encodings
/external/llvm/lib/Target/AMDGPU/
DVIInstrFormats.td1 //===-- VIInstrFormats.td - VI Instruction Encodings ----------------------===//
DR600InstrFormats.td1 //===-- R600InstrFormats.td - R600 Instruction Encodings ------------------===//
/external/freetype/src/bdf/
DREADME23 Encodings
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h792 Encodings, enumerator
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java38 import org.apache.xml.serializer.Encodings;
926 if (!Encodings.isRecognizedEncoding(fEncoding)) { in write()
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-thumbv7.txt19 # if cond<3:1> == '111' then SEE "Related Encodings"
/external/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td19 // Instruction Encodings

12