Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dunicodedata_db.h3 #define UNIDATA_VERSION "11.0.0" macro
Dunicodedata.c1328 " 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()
/external/python/cpython2/Modules/
Dunicodedata_db.h3 #define UNIDATA_VERSION "5.2.0" macro
Dunicodedata.c1271 PyModule_AddStringConstant(m, "unidata_version", UNIDATA_VERSION); in initunicodedata()
/external/harfbuzz_ng/src/hb-ucdn/
Ducdn_db.h3 #define UNIDATA_VERSION "11.0.0" macro
Ducdn.c197 return UNIDATA_VERSION; in ucdn_get_unicode_version()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py44 UNIDATA_VERSION = "11.0.0" variable
114 unicode = UnicodeData(UNIDATA_VERSION)
264 print('#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION, file=fp)
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py33 UNIDATA_VERSION = "5.2.0" variable
231 print >>fp, '#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION