Home
last modified time | relevance | path

Searched defs:ch2 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c314 int ch1, ch2, ch3; in check_bom() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c328 int ch1, ch2, ch3; in check_bom() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2130 Py_UCS4 ch2 = s[i]; in PyUnicode_EncodeUTF8() local
2430 Py_UCS4 ch2 = *s; in PyUnicode_EncodeUTF32() local
2578 Py_UNICODE ch2 = (q[ihi] << 8) | q[ilo]; in PyUnicode_DecodeUTF16Stateful() local
2697 Py_UNICODE ch2 = 0; in PyUnicode_EncodeUTF16() local
3063 Py_UNICODE ch2; in unicodeescape_string() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2197 Py_UCS4 ch2 = s[i]; in PyUnicode_EncodeUTF8() local
2497 Py_UCS4 ch2 = *s; in PyUnicode_EncodeUTF32() local
2648 Py_UNICODE ch2 = (q[ihi] << 8) | q[ilo]; in PyUnicode_DecodeUTF16Stateful() local
2767 Py_UNICODE ch2 = 0; in PyUnicode_EncodeUTF16() local
3111 Py_UNICODE ch2; in unicodeescape_string() local