OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newEncoding
(Results
1 - 7
of
7
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java
407
String
newEncoding
= val;
419
if ( (defaultVal && ( oldDefaultEncoding == null || !oldDefaultEncoding.equalsIgnoreCase(
newEncoding
)))
420
|| ( !defaultVal && (oldExplicitEncoding == null || !oldExplicitEncoding.equalsIgnoreCase(
newEncoding
) ))) {
424
EncodingInfo encodingInfo = Encodings.getEncodingInfo(
newEncoding
);
425
if (
newEncoding
!= null && encodingInfo.name == null) {
430
MsgKey.ER_ENCODING_NOT_SUPPORTED,new Object[]{
newEncoding
});
433
"Warning: encoding \"" +
newEncoding
+ "\" not supported, using "
462
newEncoding
= Encodings.DEFAULT_MIME_ENCODING;
464
encodingInfo = Encodings.getEncodingInfo(
newEncoding
);
475
if (
newEncoding
!= null
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c
[
all
...]
/external/expat/lib/
xmlparse.c
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar
/external/zxing/core/
core.jar
Completed in 1572 milliseconds