offset_to_pos     138 lib/strutil.h        /*I*/ int (*offset_to_pos) (const char *text, size_t length);
offset_to_pos     672 lib/strutil/strutil.c     return used_class.offset_to_pos (text, length);
offset_to_pos     856 lib/strutil/strutil8bit.c     result.offset_to_pos = str_8bit_offset_to_pos;
offset_to_pos     783 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;