Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c7829 Py_UCS1 *mapdata_ucs1 = (Py_UCS1 *)mapdata; in charmap_decode_string() local
7836 x = mapdata_ucs1[ch]; in charmap_decode_string()