Home
last modified time | relevance | path

Searched defs:bom (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2237 const Py_UCS4 bom = (q[iorder[3]] << 24) | (q[iorder[2]] << 16) | in PyUnicode_DecodeUTF32Stateful() local
2514 const Py_UNICODE bom = (q[ihi] << 8) | q[ilo]; in PyUnicode_DecodeUTF16Stateful() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2304 const Py_UCS4 bom = (q[iorder[3]] << 24) | (q[iorder[2]] << 16) | in PyUnicode_DecodeUTF32Stateful() local
2581 const Py_UNICODE bom = (q[ihi] << 8) | q[ilo]; in PyUnicode_DecodeUTF16Stateful() local