Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c7853 Py_UCS2 *mapdata_ucs2 = (Py_UCS2 *)mapdata; in charmap_decode_string() local
7859 x = mapdata_ucs2[ch]; in charmap_decode_string()
7872 x = mapdata_ucs2[ch]; in charmap_decode_string()