length_noncomb    126 lib/strutil.h        /*I*/ int (*length_noncomb) (const char *text);
length_noncomb    704 lib/strutil/strutil.c     return used_class.length_noncomb (text);
length_noncomb    846 lib/strutil/strutil8bit.c     result.length_noncomb = str_8bit_length;
length_noncomb    773 lib/strutil/strutilascii.c     result.length_noncomb = str_ascii_length;
length_noncomb   1504 lib/strutil/strutilutf8.c     result.length_noncomb = str_utf8_length_noncomb;