OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xml_encoding
(Results
1 - 3
of
3
) sorted by null
/external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py
[
all
...]
/external/fonttools/Tests/misc/
plistlib_test.py
410
"
xml_encoding
, encoding, bom",
420
def test_xml_encodings(parametrized_pl,
xml_encoding
, encoding, bom):
422
data = TESTDATA.replace(b"UTF-8",
xml_encoding
)
/external/python/cpython3/Lib/test/
test_plistlib.py
430
for
xml_encoding
, encoding, bom in [
441
data = base.replace(b'UTF-8',
xml_encoding
)
Completed in 187 milliseconds