Searched refs:MUST_CONVERT (Results 1 – 3 of 3) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 121 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1)) macro 129 #define MUST_CONVERT(enc, s) (!(enc)->isUtf8) macro 3055 if (MUST_CONVERT(enc, s)) { in doContent() 3085 if (MUST_CONVERT(enc, s)) { in doContent() 3759 if (MUST_CONVERT(enc, s)) { in doCdataSection() 5971 if (MUST_CONVERT(enc, s)) { in reportDefault()
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 121 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1)) macro 129 #define MUST_CONVERT(enc, s) (!(enc)->isUtf8) macro 3055 if (MUST_CONVERT(enc, s)) { in doContent() 3085 if (MUST_CONVERT(enc, s)) { in doContent() 3759 if (MUST_CONVERT(enc, s)) { in doCdataSection() 5971 if (MUST_CONVERT(enc, s)) { in reportDefault()
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 121 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1)) macro 129 #define MUST_CONVERT(enc, s) (!(enc)->isUtf8) macro 3055 if (MUST_CONVERT(enc, s)) { in doContent() 3085 if (MUST_CONVERT(enc, s)) { in doContent() 3759 if (MUST_CONVERT(enc, s)) { in doCdataSection() 5971 if (MUST_CONVERT(enc, s)) { in reportDefault()
|