Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata_db.h3 #define UNIDATA_VERSION "5.2.0" macro
Dunicodedata.c1267 PyModule_AddStringConstant(m, "unidata_version", UNIDATA_VERSION); in initunicodedata()
/external/harfbuzz_ng/src/hb-ucdn/
Dunicodedata_db.h3 #define UNIDATA_VERSION "9.0.0" macro
Ducdn.c193 return UNIDATA_VERSION; in ucdn_get_unicode_version()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py33 UNIDATA_VERSION = "5.2.0" variable
231 print >>fp, '#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION