26 #ifndef _UTF8REWIND_INTERNAL_SEEKING_H_
27 #define _UTF8REWIND_INTERNAL_SEEKING_H_
38 const char* seeking_forward(
const char* src,
const char* srcEnd,
size_t srcLength, off_t offset);
40 const char* seeking_rewind(
const char* srcStart,
const char* src,
size_t srcLength, off_t offset);
Public interface for UTF-8 functions.