length_noncomb    126 lib/strutil.h        /*I*/ int (*length_noncomb) (const char *text);
length_noncomb    713 lib/strutil/strutil.c     return used_class.length_noncomb (text);
length_noncomb    830 lib/strutil/strutil8bit.c     result.length_noncomb = str_8bit_length;
length_noncomb    755 lib/strutil/strutilascii.c     result.length_noncomb = str_ascii_length;
length_noncomb   1485 lib/strutil/strutilutf8.c     result.length_noncomb = str_utf8_length_noncomb;