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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c4126 Py_ssize_t maplen = 0; local
4141 maplen = PyUnicode_GET_SIZE(mapping);
4146 if (ch < maplen)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c4069 Py_ssize_t maplen = 0; local
4084 maplen = PyUnicode_GET_SIZE(mapping);
4089 if (ch < maplen)

Completed in 33 milliseconds