Searched refs:MUST_CONVERT (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 159 # define MUST_CONVERT(enc, s) (! (enc)->isUtf16 || (((uintptr_t)(s)) & 1)) macro 167 # define MUST_CONVERT(enc, s) (! (enc)->isUtf8) macro 3179 if (MUST_CONVERT(enc, s)) { in doContent() 3207 if (MUST_CONVERT(enc, s)) { in doContent() 3997 if (MUST_CONVERT(enc, s)) { in doCdataSection() 6307 if (MUST_CONVERT(enc, s)) { in reportDefault()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 154 # define MUST_CONVERT(enc, s) (! (enc)->isUtf16 || (((uintptr_t)(s)) & 1)) macro 162 # define MUST_CONVERT(enc, s) (! (enc)->isUtf8) macro 3136 if (MUST_CONVERT(enc, s)) { in doContent() 3164 if (MUST_CONVERT(enc, s)) { in doContent() 4080 if (MUST_CONVERT(enc, s)) { in doCdataSection() 6339 if (MUST_CONVERT(enc, s)) { in reportDefault()
|
Completed in 22 milliseconds