offset_to_pos     137 lib/strutil.h      /*I*/ int (*offset_to_pos) (const char *text, size_t length);
offset_to_pos     677 lib/strutil/strutil.c     return used_class.offset_to_pos (text, length);
offset_to_pos     854 lib/strutil/strutil8bit.c     result.offset_to_pos = str_8bit_offset_to_pos;
offset_to_pos     784 lib/strutil/strutilascii.c     result.offset_to_pos = str_ascii_offset_to_pos;
offset_to_pos    1514 lib/strutil/strutilutf8.c     result.offset_to_pos = str_utf8_offset_to_pos;