Home
last modified time | relevance | path

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

/external/tesseract/viewer/
Dscrollview.cpp812 const char* lastptr = input; in AddEscapeChars() local
816 strncpy(message+pos, lastptr, nextptr-lastptr); in AddEscapeChars()
817 pos += nextptr - lastptr; in AddEscapeChars()
820 lastptr = nextptr; in AddEscapeChars()
823 strncpy(message+pos, lastptr, strlen(lastptr)); in AddEscapeChars()
824 message[pos+strlen(lastptr)] = '\0'; in AddEscapeChars()