Searched refs:newEncoding (Results 1 - 10 of 10) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dinputstream.py507 def changeEncoding(self, newEncoding):
509 newEncoding = codecName(newEncoding)
510 if newEncoding in ("utf-16", "utf-16-be", "utf-16-le"):
511 newEncoding = "utf-8"
512 if newEncoding is None:
514 elif newEncoding == self.charEncoding[0]:
519 self.charEncoding = (newEncoding, "certain")
520 raise ReparseException("Encoding changed from %s to %s" % (self.charEncoding[0], newEncoding))
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java407 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 !
[all...]
/external/expat/lib/
H A Dxmlparse.c3437 const ENCODING *newEncoding = NULL; local
3452 &newEncoding,
3490 if (newEncoding) {
3491 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
3495 encoding = newEncoding;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3619 milliseconds