Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c4132 Py_UNICODE *mapstring = NULL; in PyUnicode_DecodeCharmap() local
4147 mapstring = PyUnicode_AS_UNICODE(mapping); in PyUnicode_DecodeCharmap()
4154 x = mapstring[ch]; in PyUnicode_DecodeCharmap()