Searched refs:UNIDATA_VERSION (Results 1 – 8 of 8) sorted by relevance
3 #define UNIDATA_VERSION "11.0.0" macro
1328 " UNIDATA_VERSION " which is publicly available from ftp://ftp.unicode.org/.\n\1331 UnicodeData File Format " UNIDATA_VERSION ".");1356 PyModule_AddStringConstant(m, "unidata_version", UNIDATA_VERSION); in PyInit_unicodedata()
3 #define UNIDATA_VERSION "5.2.0" macro
1271 PyModule_AddStringConstant(m, "unidata_version", UNIDATA_VERSION); in initunicodedata()
197 return UNIDATA_VERSION; in ucdn_get_unicode_version()
44 UNIDATA_VERSION = "11.0.0" variable114 unicode = UnicodeData(UNIDATA_VERSION)264 print('#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION, file=fp)
33 UNIDATA_VERSION = "5.2.0" variable231 print >>fp, '#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION