Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c8283 enum PyUnicode_Kind mapkind; in charmap_decode_string() local
8293 mapkind = PyUnicode_KIND(mapping); in charmap_decode_string()
8297 if (mapkind == PyUnicode_1BYTE_KIND && maplen >= 256) { in charmap_decode_string()
8323 if (mapkind == PyUnicode_2BYTE_KIND && maplen >= 256) { in charmap_decode_string()
8357 x = PyUnicode_READ(mapkind, mapdata, ch); in charmap_decode_string()