OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newencoding
(Results
1 - 9
of
9
) sorted by null
/libcore/luni/src/main/java/java/util/logging/
Handler.java
262
* @param
newEncoding
267
void internalSetEncoding(String
newEncoding
) throws UnsupportedEncodingException {
269
if (
newEncoding
== null) {
272
if (Charset.isSupported(
newEncoding
)) {
273
this.encoding =
newEncoding
;
275
throw new UnsupportedEncodingException(
newEncoding
);
/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
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/
libexpat.so
libexpat.so.1
libexpat.so.1.5.2
libexpat.a
[
all
...]
/external/expat/lib/
xmlparse.c
[
all
...]
/prebuilt/sdk/tools/linux/
aapt
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/
libexpat.a
[
all
...]
Completed in 206 milliseconds