Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dexpat_external.h132 # ifndef XML_UNICODE
133 # define XML_UNICODE macro
140 #ifdef XML_UNICODE /* Information is UTF-16 encoded. */
H A Dxmlparse.c169 #ifdef XML_UNICODE
197 #ifdef XML_UNICODE
2573 #ifdef XML_UNICODE in XML_GetFeatureList()
2574 {XML_FEATURE_UNICODE, XML_L("XML_UNICODE"), 0}, in XML_GetFeatureList()
4334 #ifdef XML_UNICODE in initializeEncoding()
6489 * conversion to the internal format (UTF-8 unless XML_UNICODE in reportDefault()
7974 # if defined(XML_UNICODE) in entityTrackingReportStats()
/freebsd/contrib/expat/xmlwf/
H A Dwin32filemap.c40 # ifndef XML_UNICODE
41 # define XML_UNICODE macro
45 #ifdef XML_UNICODE
H A Dfilemap.h47 #ifdef XML_UNICODE
H A Dxmltchar.h37 #ifdef XML_UNICODE
H A Dxmlwf.c64 #ifdef XML_UNICODE
943 #if defined(__MINGW32__) && defined(XML_UNICODE)
1246 #ifdef XML_UNICODE in tmain()
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c210 #ifdef XML_UNICODE in START_TEST()
225 #ifdef XML_UNICODE in START_TEST()
238 #ifdef XML_UNICODE in START_TEST()
251 #ifdef XML_UNICODE in START_TEST()
264 #ifdef XML_UNICODE in START_TEST()
280 #ifdef XML_UNICODE in START_TEST()
389 #ifdef XML_UNICODE in START_TEST()
457 #ifdef XML_UNICODE in START_TEST()
538 #ifdef XML_UNICODE in START_TEST()
987 #ifdef XML_UNICODE in START_TEST()
[all...]
H A Dcommon.h70 # ifdef XML_UNICODE
78 # endif /* XML_UNICODE */
H A Dns_tests.c616 #ifdef XML_UNICODE in START_TEST()
646 #ifdef XML_UNICODE in START_TEST()
/freebsd/contrib/expat/
H A Dconfigure.ac195 AM_CONDITIONAL([UNICODE], [echo -- "${CPPFLAGS}${CFLAGS}" | ${FGREP} XML_UNICODE >/dev/null])
H A DChanges874 - XML_UNICODE -> EXPAT_CHAR_TYPE=ushort (!)
977 #207 #208 CMake: Introduce option XML_UNICODE and XML_UNICODE_WCHAR_T,
1498 - Made the XML_UNICODE builds usable (thanks, Karl!).