OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Encodings
(Results
1 - 25
of
27
) 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
...]
/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/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
213
// Base32
encodings
operate in 5-byte blocks; when finished
/prebuilts/go/linux-x86/src/encoding/base32/
base32.go
16
*
Encodings
213
// Base32
encodings
operate in 5-byte blocks; when finished
/prebuilts/go/darwin-x86/src/encoding/base64/
base64.go
14
*
Encodings
218
// Base64
encodings
operate in 4-byte blocks; when finished
/prebuilts/go/linux-x86/src/encoding/base64/
base64.go
14
*
Encodings
218
// 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
/external/guice/lib/build/jdiff/
xerces.jar
/prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py
[
all
...]
/external/bison/
configure
[
all
...]
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 514 milliseconds
1
2