Home
last modified time | relevance | path

Searched defs:pLastChar (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Python/
Dtraceback.c175 char* pLastChar = &linebuf[sizeof(linebuf)-2]; in _Py_DisplaySourceLine() local
Derrors.c805 char *pLastChar = &linebuf[sizeof(linebuf) - 2]; in PyErr_ProgramText() local
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp132 CFX_Char* pLastChar = GetLastChar(0, false, true); in AppendChar_Combination() local
200 CFX_Char* pLastChar = nullptr; in AppendChar_Arabic() local
Dcfx_txtbreak.cpp60 CFX_Char* pLastChar = GetLastChar(0, false, false); in AppendChar_Combination() local
132 CFX_Char* pLastChar = nullptr; in AppendChar_Arabic() local
/external/python/cpython3/Python/
Derrors.c1656 char *pLastChar = &linebuf[sizeof(linebuf) - 2]; in err_programtext() local