Searched refs:unidata_version (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_normalization.py7 from unicodedata import normalize, unidata_version namespace
10 TESTDATAURL = "http://www.pythontest.net/unicode/" + unidata_version + "/" + TESTDATAFILE
14 return unidata_version in hdr
/external/python/cpython3/Lib/test/
H A Dtest_normalization.py6 from unicodedata import normalize, unidata_version namespace
9 TESTDATAURL = "http://www.pythontest.net/unicode/" + unidata_version + "/" + TESTDATAFILE
13 return unidata_version in hdr
H A Dtest_ucn.py176 unicodedata.unidata_version)
/external/python/cpython2/Tools/unicode/
H A Dmkstringprep.py119 print "assert unicodedata.unidata_version == %s" % repr(unicodedata.unidata_version)
/external/python/cpython3/Tools/unicode/
H A Dmkstringprep.py125 print("assert unicodedata.unidata_version == %r" % (unicodedata.unidata_version,))
/external/python/cpython3/Lib/
H A Dstringprep.py10 assert unicodedata.unidata_version == '3.2.0'
/external/python/cpython2/Lib/
H A Dstringprep.py10 assert unicodedata.unidata_version == '3.2.0'

Completed in 258 milliseconds