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

/external/expat/lib/
H A Dxmlparse.c3941 const ENCODING *newEncoding = NULL; local
3956 &newEncoding,
3994 if (newEncoding) {
4000 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar
4001 || (newEncoding->minBytesPerChar == 2 &&
4002 newEncoding != parser->m_encoding)) {
4006 parser->m_encoding = newEncoding;
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c3440 const ENCODING *newEncoding = NULL; local
3455 &newEncoding,
3493 if (newEncoding) {
3494 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
3498 encoding = newEncoding;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c3440 const ENCODING *newEncoding = NULL; local
3455 &newEncoding,
3493 if (newEncoding) {
3494 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
3498 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 241 milliseconds