Home
last modified time | relevance | path

Searched refs:get_change_3_2_0 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
Dunicodedata_db.h7561 static const change_record* get_change_3_2_0(Py_UCS4 n) in get_change_3_2_0() function
Dunicodedata.c1361 v = new_previous_version("3.2.0", get_change_3_2_0, normalization_3_2_0); in PyInit_unicodedata()
/external/python/cpython2/Modules/
Dunicodedata_db.h6180 static const change_record* get_change_3_2_0(Py_UCS4 n) in get_change_3_2_0() function
Dunicodedata.c1276 v = new_previous_version("3.2.0", get_change_3_2_0, normalization_3_2_0); in initunicodedata()