Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dunicodedata_db.h3 #define UNIDATA_VERSION "14.0.0" macro
H A Dunicodedata.c1478 " UNIDATA_VERSION " which is publicly available from ftp://ftp.unicode.org/.\n\
1481 UnicodeData File Format " UNIDATA_VERSION ".");
1486 if (PyModule_AddStringConstant(module, "unidata_version", UNIDATA_VERSION) < 0) { in unicodedata_exec()
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py19 # 2002-11-25 mvl add UNIDATA_VERSION
47 UNIDATA_VERSION = "14.0.0" variable
118 unicode = UnicodeData(UNIDATA_VERSION)
271 fprint('#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION)

Completed in 19 milliseconds