Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c7811 enum PyUnicode_Kind mapkind; in charmap_decode_string() local
7821 mapkind = PyUnicode_KIND(mapping); in charmap_decode_string()
7825 if (mapkind == PyUnicode_1BYTE_KIND && maplen >= 256) { in charmap_decode_string()
7851 if (mapkind == PyUnicode_2BYTE_KIND && maplen >= 256) { in charmap_decode_string()
7885 x = PyUnicode_READ(mapkind, mapdata, ch); in charmap_decode_string()