Home
last modified time | relevance | path

Searched refs:MUST_CONVERT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c175 # define MUST_CONVERT(enc, s) (! (enc)->isUtf16 || (((uintptr_t)(s)) & 1)) macro
183 # define MUST_CONVERT(enc, s) (! (enc)->isUtf8) macro
3337 if (MUST_CONVERT(enc, s)) { in doContent()
3365 if (MUST_CONVERT(enc, s)) { in doContent()
4289 if (MUST_CONVERT(enc, s)) { in doCdataSection()
6746 if (MUST_CONVERT(enc, s)) { in reportDefault()