offset_to_pos     138 lib/strutil.h        /*I*/ int (*offset_to_pos) (const char *text, size_t length);
offset_to_pos     681 lib/strutil/strutil.c     return used_class.offset_to_pos (text, length);
offset_to_pos     840 lib/strutil/strutil8bit.c     result.offset_to_pos = str_8bit_offset_to_pos;
offset_to_pos     765 lib/strutil/strutilascii.c     result.offset_to_pos = str_ascii_offset_to_pos;
offset_to_pos    1495 lib/strutil/strutilutf8.c     result.offset_to_pos = str_utf8_offset_to_pos;