Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c8016 enum PyUnicode_Kind mapkind; in charmap_decode_string() local
8026 mapkind = PyUnicode_KIND(mapping); in charmap_decode_string()
8030 if (mapkind == PyUnicode_1BYTE_KIND && maplen >= 256) { in charmap_decode_string()
8056 if (mapkind == PyUnicode_2BYTE_KIND && maplen >= 256) { in charmap_decode_string()
8090 x = PyUnicode_READ(mapkind, mapdata, ch); in charmap_decode_string()