Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dunicodedata_db.h3 #define UNIDATA_VERSION "13.0.0" macro
Dunicodedata.c1476 " UNIDATA_VERSION " which is publicly available from ftp://ftp.unicode.org/.\n\
1479 UnicodeData File Format " UNIDATA_VERSION ".");
1484 if (PyModule_AddStringConstant(module, "unidata_version", UNIDATA_VERSION) < 0) { in unicodedata_exec()
/third_party/python/Tools/unicode/
Dmakeunicodedata.py47 UNIDATA_VERSION = "13.0.0" variable
118 unicode = UnicodeData(UNIDATA_VERSION)
271 fprint('#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION)