Lines Matching full:ucs4
1179 * NOTE: if we were able to parse this, the endianness of UCS4 is
1184 if (!strcmp(upper, "UCS4")) return(XML_CHAR_ENCODING_UCS4LE);
1528 handler = xmlFindCharEncodingHandler("UCS4");
1536 handler = xmlFindCharEncodingHandler("UCS4");
1937 * echo '<?xml version="1.0" encoding="UCS4"?>' | wc -c => 38
1940 * on UTF-16 this means 90bytes, on UCS4 this means 180
2071 * echo '<?xml version="1.0" encoding="UCS4"?>' | wc -c => 38
2074 * on UTF-16 this means 90bytes, on UCS4 this means 180