Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1869 xml_encoding = sniffed_xml_encoding = None
1923 xml_encoding = xml_encoding_match.groups()[0].lower()
1925 self.declaredHTMLEncoding = xml_encoding
1927 (xml_encoding in ('iso-10646-ucs-2', 'ucs-2', 'csunicode',
1931 xml_encoding = sniffed_xml_encoding
1932 return xml_data, xml_encoding, sniffed_xml_encoding
/external/fonttools/Tests/misc/
Dplistlib_test.py420 def test_xml_encodings(parametrized_pl, xml_encoding, encoding, bom): argument
422 data = TESTDATA.replace(b"UTF-8", xml_encoding)
/external/python/cpython3/Lib/test/
Dtest_plistlib.py430 for xml_encoding, encoding, bom in [
441 data = base.replace(b'UTF-8', xml_encoding)