Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c8117 enum PyUnicode_Kind mapkind; in charmap_decode_string() local
8127 mapkind = PyUnicode_KIND(mapping); in charmap_decode_string()
8131 if (mapkind == PyUnicode_1BYTE_KIND && maplen >= 256) { in charmap_decode_string()
8157 if (mapkind == PyUnicode_2BYTE_KIND && maplen >= 256) { in charmap_decode_string()
8191 x = PyUnicode_READ(mapkind, mapdata, ch); in charmap_decode_string()

Completed in 19 milliseconds