Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c4534 const char *repchars = PyString_AS_STRING(rep); in charmapencode_output() local
4543 memcpy(outstart + *outpos, repchars, repsize); in charmapencode_output()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c4619 const char *repchars = PyString_AS_STRING(rep); in charmapencode_output() local
4628 memcpy(outstart + *outpos, repchars, repsize); in charmapencode_output()