Home
last modified time | relevance | path

Searched refs:new_previous_version (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata.c78 new_previous_version(const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version() function
1276 v = new_previous_version("3.2.0", get_change_3_2_0, normalization_3_2_0); in initunicodedata()
/external/python/cpython3/Modules/
Dunicodedata.c91 new_previous_version(const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version() function
1361 v = new_previous_version("3.2.0", get_change_3_2_0, normalization_3_2_0); in PyInit_unicodedata()