OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unidata_version
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py
7
from unicodedata import normalize,
unidata_version
namespace
10
TESTDATAURL = "http://www.unicode.org/Public/" +
unidata_version
+ "/ucd/" + TESTDATAFILE
14
return
unidata_version
in hdr
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py
7
from unicodedata import normalize,
unidata_version
namespace
10
TESTDATAURL = "http://www.unicode.org/Public/" +
unidata_version
+ "/ucd/" + TESTDATAFILE
14
return
unidata_version
in hdr
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringprep.py
10
assert unicodedata.
unidata_version
== '3.2.0'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringprep.py
10
assert unicodedata.
unidata_version
== '3.2.0'
Completed in 57 milliseconds